]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix the type annotation of MetaData.reflect's argument `only` (#10352)
authorMarkus Hauru <markus@mhauru.org>
Sat, 16 Sep 2023 08:31:43 +0000 (10:31 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2023 08:31:43 +0000 (10:31 +0200)
commit4a121f07d4224eb995c73926ca0921995edb05a0
tree44b40fe8603cf8b56eb142b73921aeec2edb3113
parent7607e1c5c97f8bcaf3e89ac10699d1ecd8b86e34
Fix the type annotation of MetaData.reflect's argument `only` (#10352)
lib/sqlalchemy/sql/schema.py