aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
diff options
context:
space:
mode:
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_.py2
1 files changed, 1 insertions, 1 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 c69e5fe8..3ed8c5f9 100644
--- a/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
+++ b/migrations/versions/f700c4237e9d_remove_refresh_rate_column_from_the_.py
@@ -12,8 +12,8 @@ down_revision = "16f8fc3cf0cc"
branch_labels = None
depends_on = None
-from alembic import op
import sqlalchemy as sa
+from alembic import op
def upgrade():
bgstack15