mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-02 11:10:11 +03:00
debug: BaseTzInfo can only be imported from pytz.tzinfo
This commit is contained in:
parent
232a8d29ad
commit
cbbf450959
|
@ -6,7 +6,7 @@ from calendar import timegm
|
||||||
from decimal import Decimal, localcontext
|
from decimal import Decimal, localcontext
|
||||||
from uuid import UUID
|
from uuid import UUID
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from pytz import BaseTzInfo
|
from pytz.tzinfo import BaseTzInfo
|
||||||
from .utils import escape, parse_array, comma_join, string_or_func, get_subclass_names
|
from .utils import escape, parse_array, comma_join, string_or_func, get_subclass_names
|
||||||
from .funcs import F, FunctionOperatorsMixin
|
from .funcs import F, FunctionOperatorsMixin
|
||||||
from ipaddress import IPv4Address, IPv6Address
|
from ipaddress import IPv4Address, IPv6Address
|
||||||
|
|
Loading…
Reference in New Issue
Block a user