Skip to content

Commit

Permalink
Update src/ansys/dpf/core/data_sources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com>
  • Loading branch information
luisaFelixSalles and PProfizi authored Oct 23, 2024
1 parent eda1365 commit 0fe509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/data_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from ansys.dpf.core.check_version import version_requires
from ansys.dpf.core import errors

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from ansys.dpf import core as dpf
from ansys.dpf.core import server_types
from ansys.grpc.dpf import data_sources_pb2
Expand Down

0 comments on commit 0fe509f

Please sign in to comment.