Skip to content

Commit

Permalink
fix: remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-Baussart-ANSYS committed Dec 2, 2024
1 parent da60366 commit 0b7522d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ansys/dpf/core/workflow_topology/workflow_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def operators(self) -> OperatorsCollection:
OperatorsCollection
A collection of all the operators in the workflow.
"""
from ansys.dpf.core import OperatorsCollection

if self._operators is None:
self._operators = self._container.get_property("operators", OperatorsCollection)

Check warning on line 73 in src/ansys/dpf/core/workflow_topology/workflow_topology.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/dpf/core/workflow_topology/workflow_topology.py#L72-L73

Added lines #L72 - L73 were not covered by tests

Expand Down

0 comments on commit 0b7522d

Please sign in to comment.