Skip to content

Commit 918e0f1

Browse files
committed
[ModelicaSystem] fix blank lines (flake8)
1 parent 3cca743 commit 918e0f1

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

0 commit comments

Comments
 (0)