Skip to content

Commit e2e1f13

Browse files
committed
ruff check
1 parent 66a6ff1 commit e2e1f13

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/test_effect.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
import flixopt as fx
77

8-
from .conftest import assert_conequal, assert_var_equal, create_calculation_and_solve, create_linopy_model
8+
from .conftest import (
9+
assert_conequal,
10+
assert_sets_equal,
11+
assert_var_equal,
12+
create_calculation_and_solve,
13+
create_linopy_model,
14+
)
915

1016

1117
class TestEffectModel:

0 commit comments

Comments
 (0)