Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdv1982 committed Sep 12, 2023
1 parent cab26be commit fec365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seamless/highlevel/Transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def _dummy_run_sync(self):

def get_transformation(self) -> "Transformation":
from .direct import Transformation, transformation_from_dict
from .direct.run import _get_node_transformation_dependencies, _node_to_transformation_dict
from ..core.direct.run import _get_node_transformation_dependencies, _node_to_transformation_dict

result_celltype = self._get_htf().get("result_celltype", "mixed")
if self._parent() is not None:
Expand Down

0 comments on commit fec365c

Please sign in to comment.