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 3adfa54 commit 39763a7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
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 BoxedTaskDataEnvironment
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 @@ -336,7 +335,7 @@ def evaluate(
def _evaluate(
self,
expression: str,
context: dict[str, Box | str],
context: dict[str, str],
task: SpiffTask | None = None,
external_methods: dict[str, Any] | None = None,
) -> Any:
Expand Down

0 comments on commit 39763a7

Please sign in to comment.