From fa46d77dcc6095d01aab8180152c330758be8fe3 Mon Sep 17 00:00:00 2001 From: Denis Armenta Date: Wed, 11 Dec 2024 16:21:48 -0500 Subject: [PATCH] adjust format code adjust format code --- src/utils/stac_rest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/stac_rest.py b/src/utils/stac_rest.py index 2fd8596..1aadbe2 100644 --- a/src/utils/stac_rest.py +++ b/src/utils/stac_rest.py @@ -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