Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: JIRA-1710 (minor) completing registry api L2 and L3 interfaces with support for admin, general and other endpoints. #18

Merged
merged 7 commits into from
Jun 28, 2024
2 changes: 0 additions & 2 deletions src/provenaclient/clients/prov_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ async def generate_config_file(self, required_only: bool) -> str:
----------
required_only : bool, optional
By default True
file_name : str, optional
The filename you want to have, by default DEFAULT_CONFIG_FILE_NAME (prov-api.env)
"""

response = await validated_get_request(
Expand Down
Loading
Loading