From d0561d46043a25aa7a482cb3ff2c9a4234202bcf Mon Sep 17 00:00:00 2001 From: nikilase Date: Wed, 13 Mar 2024 21:45:14 +0100 Subject: [PATCH] PreCommit Test --- app/api.py | 3 ++- app/config.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/api.py b/app/api.py index 2b7fc1d..7d6e956 100644 --- a/app/api.py +++ b/app/api.py @@ -1,6 +1,7 @@ -from app.config import API_TOKEN, API_KEY, API_URL import requests +from app.config import API_KEY, API_TOKEN, API_URL + # Set your authentication credentials (API key or bearer token) HEADERS = { "accept": "application/json;charset=UTF-8", diff --git a/app/config.py b/app/config.py index 5116bf3..2e849ae 100644 --- a/app/config.py +++ b/app/config.py @@ -1,4 +1,5 @@ import tomllib + import click config_exists = False