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 5bafbac commit 53491bcCopy full SHA for 53491bc
tests/db.py
@@ -20,4 +20,5 @@ class Signature2(Base):
20
B = Column(Integer)
21
C = Column(Integer)
22
23
+
24
Session = sessionmaker(bind=engine)
0 commit comments