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.
1 parent 7af013f commit f602866Copy full SHA for f602866
tests/e2e/sqlalchemy/test_queries.py
@@ -153,7 +153,7 @@ class SampleObject(base):
153
__tablename__ = "PySQLTest_{}".format(datetime.datetime.utcnow().strftime("%s"))
154
155
name = Column(String(255), primary_key=True)
156
- episodes = Column(Integer),
+ episodes = Column(Integer)
157
some_bool = Column(BOOLEAN)
158
159
base.metadata.create_all()
0 commit comments