Skip to content

Commit e613127

Browse files
committed
[ModelicaSystem] fix blank lines (flake8)
1 parent 5adca7c commit e613127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,6 @@ def linearize(
16301630
* `result = linearize(); A = result[0]` mostly just for backwards
16311631
compatibility, because linearize() used to return `[A, B, C, D]`.
16321632
"""
1633-
16341633
if len(self._quantities) == 0:
16351634
# if self._quantities has no content, the xml file was not parsed; see self._xmlparse()
16361635
raise ModelicaSystemError(

0 commit comments

Comments
 (0)