Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishka17 committed Feb 4, 2024
1 parent efe5ac1 commit 182da82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dishka/integrations/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Sequence

from dishka import Provider, make_async_container
from dishka.async_container import AsyncContextWrapper, AsyncContainer
from dishka.async_container import AsyncContainer, AsyncContextWrapper
from .base import Depends


Expand Down
2 changes: 1 addition & 1 deletion src/dishka/integrations/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from fastapi import Request

from dishka import AsyncContainer
from ..async_container import AsyncContextWrapper
from .asgi import BaseDishkaApp
from .base import Depends, wrap_injection
from ..async_container import AsyncContextWrapper


def inject(func):
Expand Down

0 comments on commit 182da82

Please sign in to comment.