Skip to content

Commit 7994ba5

Browse files
committed
Make ColumnTypes JSON serializable
1 parent 43efab6 commit 7994ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

seatable_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
##### column types #####
2020
@unique
21-
class ColumnTypes(Enum):
21+
class ColumnTypes(str, Enum):
2222
DEFAULT = 'default'
2323
NUMBER = 'number'
2424
TEXT = 'text'

0 commit comments

Comments
 (0)