Skip to content

Commit d47ba27

Browse files
committed
attempt to fix uuid not found
1 parent 8c350ca commit d47ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/guid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class HashColumn(types.TypeDecorator):
88

99
def load_dialect_impl(self, dialect):
1010
if dialect.name == 'postgresql':
11-
return dialect.type_descriptor(UUID())
11+
return dialect.type_descriptor(uuid.UUID())
1212
else:
1313
return dialect.type_descriptor(types.BINARY(16))
1414

0 commit comments

Comments
 (0)