]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix as_declarative mypy test
authorBryan Forbes <bryan@reigndropsfall.net>
Wed, 14 Apr 2021 22:51:40 +0000 (17:51 -0500)
committerBryan Forbes <bryan@reigndropsfall.net>
Wed, 14 Apr 2021 22:52:14 +0000 (17:52 -0500)
Change-Id: I7f131c336cfe8987a1bcebf4a4068fd227f01226

test/ext/mypy/files/as_declarative.py

index ab5245b20cf3997d7b5ff3f43ee95ac6bef96c17..ee2f258cbef2a5354bb7f4acf65e5393e681b989 100644 (file)
@@ -10,7 +10,7 @@ from sqlalchemy.orm import relationship
 from sqlalchemy.sql.schema import ForeignKey
 
 
-@as_declarative
+@as_declarative()
 class Base(object):
     updated_at = Column(Integer)