Skip to content

Commit 123be21

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6372667 commit 123be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ardupilot_methodic_configurator/safe_expression_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from math import log
1515
from types import MappingProxyType
1616

17-
from simpleeval import InvalidExpression, simple_eval
17+
from simpleeval import simple_eval
1818

1919
SAFE_FUNCTIONS = MappingProxyType(
2020
{

0 commit comments

Comments
 (0)