diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 22:17:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 22:17:31 +0100 |
commit | 188e43f3fa9579f9ac5fb6d4d2e56e11cbd2b940 (patch) | |
tree | 8e90913fc9606efd79cd161129082319cb1f2581 /migrations | |
parent | Added SQLite configuration file. (diff) | |
download | newspipe-188e43f3fa9579f9ac5fb6d4d2e56e11cbd2b940.tar.gz newspipe-188e43f3fa9579f9ac5fb6d4d2e56e11cbd2b940.tar.bz2 newspipe-188e43f3fa9579f9ac5fb6d4d2e56e11cbd2b940.zip |
removed unused variable
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/env.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migrations/env.py b/migrations/env.py index 4f31b751..88c71290 100644 --- a/migrations/env.py +++ b/migrations/env.py @@ -1,7 +1,6 @@ from __future__ import with_statement from alembic import context from sqlalchemy import engine_from_config, pool -from logging.config import fileConfig # this is the Alembic Config object, which provides # access to the values within the .ini file in use. |