From a95187940785bb428599dcd08d968cae8a412094 Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Wed, 16 Dec 2015 17:22:57 -0500 Subject: [PATCH] sqla_094 was being imported twice. --- alembic/util/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/util/__init__.py b/alembic/util/__init__.py index a1110008..780c1a18 100644 --- a/alembic/util/__init__.py +++ b/alembic/util/__init__.py @@ -8,7 +8,7 @@ from .pyfiles import ( # noqa pyc_file_from_path, load_python_file, edit) from .sqla_compat import ( # noqa sqla_07, sqla_079, sqla_08, sqla_083, sqla_084, sqla_09, sqla_092, - sqla_094, sqla_094, sqla_099, sqla_100, sqla_105) + sqla_094, sqla_099, sqla_100, sqla_105) class CommandError(Exception): -- 2.47.2