We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce92bf commit 1bbbc98Copy full SHA for 1bbbc98
openapi_python_client/schema/openapi_schema_pydantic/callback.py
@@ -1,6 +1,6 @@
1
from typing import TYPE_CHECKING, Dict
2
3
-if TYPE_CHECKING:
+if TYPE_CHECKING: # pragma: no cover
4
from .path_item import PathItem
5
else:
6
PathItem = "PathItem" # pylint: disable=invalid-name
openapi_python_client/schema/openapi_schema_pydantic/encoding.py
@@ -4,7 +4,7 @@
from .reference import Reference
7
8
from .header import Header
9
10
Header = "Header" # pylint: disable=invalid-name
0 commit comments