Skip to content

Commit 7b7ef5d

Browse files
committed
Ignore coverage
1 parent dea30a0 commit 7b7ef5d

File tree

1 file changed

+1
-1
lines changed
  • openapi_python_client/schema/openapi_schema_pydantic

1 file changed

+1
-1
lines changed

openapi_python_client/schema/openapi_schema_pydantic/path_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .server import Server
88

99
if TYPE_CHECKING:
10-
from .operation import Operation
10+
from .operation import Operation # pragma: no cover
1111

1212

1313
class PathItem(BaseModel):

0 commit comments

Comments
 (0)