Skip to content

Commit

Permalink
other linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 12, 2024
1 parent 97342a6 commit 404a42f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/actinia_example_plugin/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@


def create_project_endpoints(
apidoc: flask_restful_swagger_2.Api,
projects_url_part: str="projects",
) -> None:
apidoc: flask_restful_swagger_2.Api,
projects_url_part: str = "projects",
) -> None:
"""Add resources with "project" inside the endpoint url to the api.
Args:
Expand Down

0 comments on commit 404a42f

Please sign in to comment.