Skip to content

Commit

Permalink
Fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Aug 13, 2023
1 parent 20b8ab0 commit 18ad8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgstally/requestmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import requests
from requests import Response

import config
from bgstally.constants import RequestMethod
from bgstally.debug import Debug
from config import config

TIME_WORKER_PERIOD_S = 1
TIMEOUT_S = 10
Expand Down

0 comments on commit 18ad8a7

Please sign in to comment.