Skip to content

Commit 53c4519

Browse files
committed
[ModelicaSystem] fix blank lines (flake8)
1 parent c1da0b4 commit 53c4519

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
@@ -1569,7 +1569,6 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
15691569
* `result = linearize(); A = result[0]` mostly just for backwards
15701570
compatibility, because linearize() used to return `[A, B, C, D]`.
15711571
"""
1572-
15731572
if len(self._quantities) == 0:
15741573
# if self._quantities has no content, the xml file was not parsed; see self._xmlparse()
15751574
raise ModelicaSystemError(

0 commit comments

Comments
 (0)