Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Nov 2, 2024
1 parent c1634f9 commit 211b07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hishel/_async/_storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from httpcore import Request, Response

if t.TYPE_CHECKING:
if t.TYPE_CHECKING: # pragma: no cover
from typing_extensions import TypeAlias

from hishel._serializers import BaseSerializer, clone_model
Expand Down
2 changes: 1 addition & 1 deletion hishel/_sync/_storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from httpcore import Request, Response

if t.TYPE_CHECKING:
if t.TYPE_CHECKING: # pragma: no cover
from typing_extensions import TypeAlias

from hishel._serializers import BaseSerializer, clone_model
Expand Down

0 comments on commit 211b07b

Please sign in to comment.