Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Dec 23, 2024
1 parent 1372320 commit 9a82064
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from typing import List, Sequence, Set

from sqlalchemy import select, func
from sqlalchemy.orm import Session, joinedload
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy.orm import Session

from regtech_api_commons.models.auth import AuthenticatedUser

Expand Down

0 comments on commit 9a82064

Please sign in to comment.