Skip to content

Commit 29e6c3e

Browse files
committed
[ModelicaSystem] fix blank lines (flake8)
1 parent 79953bf commit 29e6c3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,6 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
15611561
* `result = linearize(); A = result[0]` mostly just for backwards
15621562
compatibility, because linearize() used to return `[A, B, C, D]`.
15631563
"""
1564-
15651564
if len(self._quantities) == 0:
15661565
# if self._quantities has no content, the xml file was not parsed; see self._xmlparse()
15671566
raise ModelicaSystemError(

0 commit comments

Comments
 (0)