refactor(project): make pyright & ruff happy
This commit is contained in:
@@ -40,9 +40,7 @@ def downgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.add_column(
|
||||
"lazer_user_statistics",
|
||||
sa.Column(
|
||||
"level_progress", mysql.INTEGER(), autoincrement=False, nullable=False
|
||||
),
|
||||
sa.Column("level_progress", mysql.INTEGER(), autoincrement=False, nullable=False),
|
||||
)
|
||||
op.alter_column(
|
||||
"lazer_user_statistics",
|
||||
|
||||
Reference in New Issue
Block a user