We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b52db1b + 7994ba5 commit a9ba9a1Copy full SHA for a9ba9a1
seatable_api/constants.py
@@ -18,7 +18,7 @@
18
19
##### column types #####
20
@unique
21
-class ColumnTypes(Enum):
+class ColumnTypes(str, Enum):
22
DEFAULT = 'default'
23
NUMBER = 'number'
24
TEXT = 'text'
0 commit comments