Skip to content

Commit c514916

Browse files
lint
1 parent b2b9dcf commit c514916

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

yaramo/operations/operationshelper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class OperationsHelper:
2-
32
@staticmethod
43
def copy_topology_metadata(orig_topology: Topology, new_topology: Topology):
54
new_topology.name = orig_topology.name

yaramo/operations/split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ def _validate_for_data_loss(
243243
if signal_uuid not in topology_a.signals and signal_uuid not in topology_b.signals:
244244
raise ValueError(
245245
"Data loss (lost signal). Split edges split topology in more than two splits. Not supported."
246-
)
246+
)

0 commit comments

Comments
 (0)