Skip to content

Commit

Permalink
fixed issue 1652 by removing the staticmethod decorators infront of f…
Browse files Browse the repository at this point in the history
…unction defintion (#1653)
  • Loading branch information
Moritz-Langer committed May 15, 2024
1 parent 0b61464 commit dcabbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygeoapi/api/itemtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,6 @@ def get_collection_item(api: API, request: APIRequest,
return headers, HTTPStatus.OK, to_json(content, api.pretty_print)


@staticmethod
def create_crs_transform_spec(
config: dict, query_crs_uri: Optional[str] = None) -> Union[None, CrsTransformSpec]: # noqa
"""
Expand Down Expand Up @@ -1245,7 +1244,6 @@ def create_crs_transform_spec(
return None


@staticmethod
def set_content_crs_header(
headers: dict, config: dict, query_crs_uri: Optional[str] = None):
"""
Expand Down

0 comments on commit dcabbb9

Please sign in to comment.