Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 11, 2024
1 parent 001d8f4 commit 9f12378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/repository/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
)
from db_client.models.law_policy import FamilyDocument
from db_client.models.law_policy.family import DocumentStatus, Slug
from sqlalchemy import Column, and_
from sqlalchemy import Column, and_, func
from sqlalchemy import delete as db_delete
from sqlalchemy import func
from sqlalchemy import insert as db_insert
from sqlalchemy import update as db_update
from sqlalchemy.exc import NoResultFound, OperationalError
Expand Down

0 comments on commit 9f12378

Please sign in to comment.