Skip to content

Commit 0fe509f

Browse files
Update src/ansys/dpf/core/data_sources.py
Co-authored-by: Paul Profizi <[email protected]>
1 parent eda1365 commit 0fe509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from ansys.dpf.core.check_version import version_requires
4747
from ansys.dpf.core import errors
4848

49-
if TYPE_CHECKING:
49+
if TYPE_CHECKING: # pragma: no cover
5050
from ansys.dpf import core as dpf
5151
from ansys.dpf.core import server_types
5252
from ansys.grpc.dpf import data_sources_pb2

0 commit comments

Comments
 (0)