Skip to content

Commit

Permalink
chore: pragma no cover TYPE_CHECKING lines
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatsuDev committed Sep 15, 2024
1 parent 649bdd4 commit 703dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gqlrequests/query_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from typing import GenericAlias # type: ignore

if TYPE_CHECKING:
from gqlrequests.builder import QueryBuilder
from gqlrequests.builder import QueryBuilder # pragma: no cover


class FieldTypeEnum(enum.Enum):
Expand Down

0 comments on commit 703dc92

Please sign in to comment.