Skip to content

Commit

Permalink
[fix] Fix a pycodestyle report
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Jan 22, 2025
1 parent 7be4952 commit 69a7222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import sqlalchemy as sa



# Revision identifiers, used by Alembic.
revision = 'f59dfe4623fa'
down_revision = '00099e8bc212'
Expand All @@ -23,5 +22,6 @@
def upgrade():
op.execute("DELETE FROM auth_sessions WHERE can_expire")


def downgrade():
pass

0 comments on commit 69a7222

Please sign in to comment.