Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andiserg committed Feb 3, 2024
1 parent b3784f0 commit 45ba0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dishka/integrations/litestar.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from inspect import Parameter
from typing import get_type_hints, Sequence, Optional
from typing import Optional, Sequence, get_type_hints

from litestar import Request, Litestar
from litestar import Litestar, Request

from dishka import make_async_container, Provider
from dishka import Provider, make_async_container
from dishka.integrations.base import wrap_injection


Expand Down

0 comments on commit 45ba0d0

Please sign in to comment.