]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
remove unnecessary "from __future__ import with_statement" from env templates
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Wed, 13 Mar 2019 13:22:05 +0000 (09:22 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 13 Mar 2019 13:22:05 +0000 (09:22 -0400)
commit844fd83bd4feab5429622163ff2fb50a8d06ce9d
treeb728065c4f9644dc374a7cea86fc401868b7666c
parentb15f34e34450b1b614ec4dcb5388ba1ec4117943
remove unnecessary "from __future__ import with_statement" from env templates

That future import is only required for Python 2.5. alembic 1.0 requires Python 2.7 at least so
we can drop this line.

Closes: #544
Pull-request: https://github.com/sqlalchemy/alembic/pull/544
Pull-request-sha: 3d68986c1409152f85ff6d444710249b825e36f3

Change-Id: I51579449b262e33917f4d97a6fb58fc9a02b694a
alembic/templates/generic/env.py
alembic/templates/multidb/env.py