Skip to content

Commit 0b7522d

Browse files
fix: remove extra import
1 parent da60366 commit 0b7522d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ansys/dpf/core/workflow_topology/workflow_topology.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ def operators(self) -> OperatorsCollection:
6969
OperatorsCollection
7070
A collection of all the operators in the workflow.
7171
"""
72-
from ansys.dpf.core import OperatorsCollection
73-
7472
if self._operators is None:
7573
self._operators = self._container.get_property("operators", OperatorsCollection)
7674

0 commit comments

Comments
 (0)