Expose TimezoneType from root.
This commit is contained in:
@@ -22,6 +22,7 @@ from .types import (
|
||||
NumberRangeType,
|
||||
ScalarListType,
|
||||
ScalarListException,
|
||||
TimezoneType,
|
||||
TSVectorType,
|
||||
UUIDType,
|
||||
)
|
||||
@@ -58,6 +59,7 @@ __all__ = (
|
||||
ProxyDict,
|
||||
ScalarListType,
|
||||
ScalarListException,
|
||||
TimezoneType,
|
||||
TSVectorType,
|
||||
UUIDType,
|
||||
)
|
||||
|
@@ -15,6 +15,7 @@ from .number_range import (
|
||||
from .password import Password, PasswordType
|
||||
from .phone_number import PhoneNumber, PhoneNumberType
|
||||
from .scalar_list import ScalarListException, ScalarListType
|
||||
from .timezone import TimezoneType
|
||||
from .uuid import UUIDType
|
||||
|
||||
|
||||
@@ -33,6 +34,7 @@ __all__ = (
|
||||
PhoneNumberType,
|
||||
ScalarListException,
|
||||
ScalarListType,
|
||||
TimezoneType,
|
||||
UUIDType,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user