Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Gobbi committed Jan 10, 2025
1 parent cb4be06 commit 788343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified_planning/model/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ def update_problem_kind_action(

def update_problem_kind_process(
self,
process: "up.model.natural_transitions.Process",
process: "up.model.natural_transition.Process",
):
for param in process.parameters:
self.update_action_parameter(param)

Check warning on line 1050 in unified_planning/model/problem.py

View check run for this annotation

Codecov / codecov/patch

unified_planning/model/problem.py#L1050

Added line #L1050 was not covered by tests
Expand Down

0 comments on commit 788343e

Please sign in to comment.