mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
changing to implicit import
This commit is contained in:
parent
cf2a6c8da1
commit
732f8e0746
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue