Skip to content

Commit

Permalink
One import per line
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 15, 2025
1 parent 3dda6fb commit fde5561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/app/models/authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import secrets
import uuid
from flask_login import UserMixin
from sqlalchemy import BigInteger, JSON
from sqlalchemy import BigInteger
from sqlalchemy import JSON
from sqlalchemy import Boolean
from sqlalchemy import Column
from sqlalchemy import ForeignKey
Expand Down

0 comments on commit fde5561

Please sign in to comment.