Skip to content

Commit

Permalink
style: organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Nov 12, 2024
1 parent fe8c4cc commit 0b27863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/v1/auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from src.api.v1.auth.deps import OAuth2BearerDepends, OAuth2PasswordRequestFormDepends, OptionalOAuth2BearerDepends
from src.api.v1.auth.routes import router
from src.api.v1.auth.deps import OAuth2BearerDepends, OptionalOAuth2BearerDepends, OAuth2PasswordRequestFormDepends
from src.api.v1.auth.schemas import AccessTokenResponse, JWT
from src.api.v1.auth.schemas import JWT, AccessTokenResponse

__all__ = [
"router",
Expand Down

0 comments on commit 0b27863

Please sign in to comment.