Skip to content

Commit 3c89eae

Browse files
committed
Ignore type check imports for coverage
1 parent efd742a commit 3c89eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949
from ansys.dpf.gate.errors import DPFServerException
5050

51-
if TYPE_CHECKING:
51+
if TYPE_CHECKING: # pragma: nocover
5252
from ansys.dpf.core.dpf_operator import Operator
5353
from ansys.dpf.core.meshed_region import MeshedRegion
5454
from ansys.dpf.core.results import Result

0 commit comments

Comments
 (0)