Skip to content

Commit

Permalink
fixed incompatibility mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alelafar committed Dec 20, 2024
1 parent b5819ca commit 704e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified_planning/engines/compilers/grounder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
# - his conditions create a contradiction
# - the action has conflicting effects
self._grounded_actions: Dict[
Tuple[Action, Tuple[FNode, ...]], Optional[Action]
Tuple[str, Tuple[FNode, ...]], Optional[Action]
] = {}
env = problem.environment
if prune_actions:
Expand Down

0 comments on commit 704e01b

Please sign in to comment.