We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477aa77 commit bc5cc53Copy full SHA for bc5cc53
pynamodb_attributes/__init__.py
@@ -1,8 +1,8 @@
1
from .float import FloatAttribute
2
from .integer import IntegerAttribute
3
-from .integer_set import IntegerSetAttribute
4
from .integer_date import IntegerDateAttribute
5
from .integer_enum import IntegerEnumAttribute
+from .integer_set import IntegerSetAttribute
6
from .timedelta import TimedeltaAttribute
7
from .timedelta import TimedeltaMsAttribute
8
from .timedelta import TimedeltaUsAttribute
0 commit comments