diff --git a/src/geouned/GEOReverse/Modules/MCNPinput.py b/src/geouned/GEOReverse/Modules/MCNPinput.py index c47ebe1c..c68dad40 100644 --- a/src/geouned/GEOReverse/Modules/MCNPinput.py +++ b/src/geouned/GEOReverse/Modules/MCNPinput.py @@ -175,7 +175,6 @@ def __getTransList__(self): trl[c.name] = getTransMatrix(trValues, c.unit) return trl - # fmt: off def getTransMatrix(trsf, unit="", scale=10.0):