Skip to content

Commit da009ab

Browse files
committed
Fix finding of pycodestyle.
1 parent 0d1904f commit da009ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/basic_examples_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def test_basic_example_inductor_with_dc_offset(temp_folder: pytest.fixture):
8787
"""
8888
temp_folder_path, onelab_folder = temp_folder
8989
femmt.examples.basic_inductor_with_dc_offset.basic_example_inductor_with_dc_offset(onelab_folder=onelab_folder,
90-
show_visual_outputs=False,
91-
is_test=True)
90+
show_visual_outputs=False,
91+
is_test=True)
9292

9393
def test_basic_example_transformer_interleaved(temp_folder: pytest.fixture):
9494
"""

0 commit comments

Comments
 (0)