Skip to content

Commit

Permalink
Remove box type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirddog committed Oct 25, 2023
1 parent 39763a7 commit ddb9481
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from SpiffWorkflow.bpmn.parser.ValidationException import ValidationException # type: ignore
from SpiffWorkflow.bpmn.PythonScriptEngine import PythonScriptEngine # type: ignore
from SpiffWorkflow.bpmn.PythonScriptEngineEnvironment import BasePythonScriptEngineEnvironment # type: ignore
from SpiffWorkflow.bpmn.PythonScriptEngineEnvironment import Box
from SpiffWorkflow.bpmn.PythonScriptEngineEnvironment import TaskDataEnvironment
from SpiffWorkflow.bpmn.serializer.default.task_spec import EventConverter # type: ignore
from SpiffWorkflow.bpmn.serializer.helpers.registry import DefaultRegistry # type: ignore
Expand Down Expand Up @@ -335,7 +334,7 @@ def evaluate(
def _evaluate(
self,
expression: str,
context: dict[str, str],
context: dict[str, Any],
task: SpiffTask | None = None,
external_methods: dict[str, Any] | None = None,
) -> Any:
Expand Down

0 comments on commit ddb9481

Please sign in to comment.