Skip to content

Commit 3e19641

Browse files
committed
[test_ModelicaSystemDoE] fix mypy
1 parent 6a1913c commit 3e19641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_ModelicaSystemDoE.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
import pathlib
55
import pytest
66

7+
78
@pytest.fixture
89
def model_doe(tmp_path: pathlib.Path) -> pathlib.Path:
910
# see: https://trac.openmodelica.org/OpenModelica/ticket/4052
1011
mod = tmp_path / "M.mo"
11-
mod.write_text(f"""
12+
mod.write_text("""
1213
model M
1314
parameter Integer p=1;
1415
parameter Integer q=1;

0 commit comments

Comments
 (0)