From 7a08a6b548e39a477aaf49b6213a2e06a0f3498a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 10 Mar 2020 22:29:19 +0100 Subject: cleaned imports --- .../versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migrations/versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py') diff --git a/migrations/versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py b/migrations/versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py index 477e1376..011da048 100644 --- a/migrations/versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py +++ b/migrations/versions/8bf5694c0b9e_add_column_automatic_crawling_to_the_.py @@ -12,8 +12,8 @@ down_revision = "5553a6c05fa7" branch_labels = None depends_on = None -from alembic import op import sqlalchemy as sa +from alembic import op def upgrade(): -- cgit