We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43efab6 commit 7994ba5Copy full SHA for 7994ba5
1 file changed
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