Skip to content

Commit

Permalink
chore: lint python code
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzuodong committed Sep 11, 2024
1 parent c7aa2b3 commit 1d68b58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Create Date: 2024-09-11 10:12:45.826265
"""
from alembic import op
import models as models
import sqlalchemy as sa
from alembic import op

import models as models

# revision identifiers, used by Alembic.
revision = 'd57ba9ebb251'
Expand Down

0 comments on commit 1d68b58

Please sign in to comment.