]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing query before trying to print (#7665)
authorMike Knudson <mtgeekman@gmail.com>
Wed, 23 Feb 2022 20:51:50 +0000 (13:51 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 20:51:50 +0000 (21:51 +0100)
commit878c37614efd311794aa50467dbb9e3fe972fdff
tree62eaee3cac41faabd0a609d97b1857039eb34e2c
parentd8f869aa7994db991c53d3cb008cbef34a1bfe49
Add missing query before trying to print (#7665)

The documentation had a print before a query was run.
lib/sqlalchemy/ext/automap.py