Skip to content

Commit

Permalink
PreCommit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikilase committed Mar 13, 2024
1 parent 3047fd1 commit d0561d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import tomllib

import click

config_exists = False
Expand Down

0 comments on commit d0561d4

Please sign in to comment.