Skip to content

Commit

Permalink
test_evaluate_expression: move import inside the function.
Browse files Browse the repository at this point in the history
See comment at #112 (comment)
  • Loading branch information
PMeira committed Apr 14, 2022
1 parent acd12b6 commit c0b73c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_evaluate_expression.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from opendssdirect.utils import _evaluate_expression as ee



def test_ee():
from opendssdirect.utils import _evaluate_expression as ee

assert ee('1') == '1'
assert ee('1.0') == '1.0'
Expand Down

0 comments on commit c0b73c3

Please sign in to comment.