mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-02-25 00:45:14 +01:00
changing to implicit import
This commit is contained in:
parent
cf2a6c8da1
commit
732f8e0746
|
|
@ -14,8 +14,8 @@ from requests.exceptions import ConnectionError, HTTPError, Timeout
|
|||
import pytz
|
||||
|
||||
|
||||
from pyhamtools.consts import LookupConventions as const
|
||||
from pyhamtools.exceptions import LookupError, APIKeyMissingError, NoResult
|
||||
from consts import LookupConventions as const
|
||||
from exceptions import LookupError, APIKeyMissingError, NoResult
|
||||
|
||||
UTC = pytz.UTC
|
||||
timestamp_now = datetime.utcnow().replace(tzinfo=UTC)
|
||||
|
|
|
|||
Loading…
Reference in a new issue