Skip to content

Commit 3835a37

Browse files
committed
ran pre-commit
1 parent 17bd6d0 commit 3835a37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qonnx/transformation/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ def apply(self, model):
114114
else:
115115
new_nodes_and_bool = [self.applyNodeLocal(node) for node in old_nodes]
116116

117-
118-
119117
# extract nodes and check if the transformation needs to run again
120118
# Note: .pop() had initially reversed the node order
121119
run_again = False

0 commit comments

Comments
 (0)