Skip to content

Commit

Permalink
fixed missing package identifier before module import
Browse files Browse the repository at this point in the history
  • Loading branch information
KS-HTK committed Jan 22, 2025
1 parent 26caca4 commit 087976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/test/contingency/test_contingency.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import pytest

from control import ConstControl
from pandapower.control import ConstControl
from pandapower.run import set_user_pf_options, runpp
from pandapower.toolbox.grid_modification import replace_ext_grid_by_gen
from pandapower.toolbox.data_modification import reindex_elements, create_continuous_bus_index
Expand Down

0 comments on commit 087976c

Please sign in to comment.