aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 14:34:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 14:34:00 +0200
commitc7f7e76721acda1483c0f29d6718d638ce0d8875 (patch)
tree864f06207b349a09c23ebd6bde74dfdd0acd7660 /migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
parentchg: [dependecies] Updated SQLAlchemy. (diff)
downloadnewspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.tar.gz
newspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.tar.bz2
newspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.zip
chg: [style] improved style. !minor
Diffstat (limited to 'migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py')
-rw-r--r--migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py b/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
index 626d0f1a..54ee4fd4 100644
--- a/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
+++ b/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
@@ -5,10 +5,9 @@ Revises: 16f8fc3cf0cc
Create Date: 2016-10-05 08:47:51.384069
"""
-
# revision identifiers, used by Alembic.
-from alembic import op
import sqlalchemy as sa
+from alembic import op
revision = "f700c4237e9d"
down_revision = "16f8fc3cf0cc"
bgstack15