Skip to content

Commit

Permalink
Fix the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Oct 7, 2024
1 parent 95893f9 commit 61b2791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fixity/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from sqlalchemy import Integer
from sqlalchemy import String
from sqlalchemy import create_engine
from sqlalchemy.orm import backref, DeclarativeBase
from sqlalchemy.orm import DeclarativeBase
from sqlalchemy.orm import backref
from sqlalchemy.orm import declarative_base
from sqlalchemy.orm import relationship
from sqlalchemy.orm import sessionmaker
Expand Down

0 comments on commit 61b2791

Please sign in to comment.