Skip to content

Commit

Permalink
test_u_set_tap_control.py: fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn committed May 19, 2021
1 parent 3851c67 commit bf9a1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandapower/test/control/test_u_set_tap_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pandapower as pp
import pytest
import control
from control import Characteristic
from pandapower import control
from pandapower.control import Characteristic


def test_continuous_p():
Expand Down

0 comments on commit bf9a1b9

Please sign in to comment.