Skip to content

Commit 61f1c9a

Browse files
committed
Fix isort
1 parent 109bc2b commit 61f1c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qonnx/core/modelwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
from qonnx.core.datatype import DataType
4040
from qonnx.transformation.double_to_single_float import DoubleToSingleFloat
4141
from qonnx.transformation.general import (
42+
GiveUniqueParameterTensors,
4243
RemoveStaticGraphInputs,
4344
RemoveUnusedTensors,
44-
GiveUniqueParameterTensors,
4545
SortCommutativeInputsInitializerLast,
4646
SortGraph,
4747
)

0 commit comments

Comments
 (0)