Skip to content

Commit

Permalink
adjust format code
Browse files Browse the repository at this point in the history
adjust format code
  • Loading branch information
denarch22 committed Dec 11, 2024
1 parent a2125b4 commit fa46d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/stac_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_headers():
settings = get_settings()
return {"Authorization": f"Bearer {settings.token}"}


def post_or_put(url: str, data: dict):
"""
Post or put data to URL
Expand Down

0 comments on commit fa46d77

Please sign in to comment.