Skip to content

Commit 75d73e8

Browse files
authored
Update base.py
1 parent c17732e commit 75d73e8

File tree

1 file changed

+1
-1
lines changed
  • examples/single-db/db/models

1 file changed

+1
-1
lines changed

examples/single-db/db/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515

16-
class Base(Model, as_base=True):
16+
class Base(Model):
1717
__base_config__ = {'make_declarative_base': True}
1818
__database__ = 'default'
1919

0 commit comments

Comments
 (0)