Skip to content

Commit 3278b53

Browse files
committed
[ModelicaSystem] fix blank lines (flake8)
1 parent c4ac63a commit 3278b53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,6 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
15531553
* `result = linearize(); A = result[0]` mostly just for backwards
15541554
compatibility, because linearize() used to return `[A, B, C, D]`.
15551555
"""
1556-
1557-
15581556
if len(self._quantities) == 0:
15591557
# if self._quantities has no content, the xml file was not parsed; see self._xmlparse()
15601558
raise ModelicaSystemError(

0 commit comments

Comments
 (0)