mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
typehint correction
This commit is contained in:
parent
b99fb686dd
commit
68c3a20d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ def _choose_cheapest_relevant_plan(plans: List[Plan]) -> Plan:
|
|||
return cheapest_plan
|
||||
|
||||
|
||||
def _update_default_flags(plans: List["Plan"], cheapest_plan: Plan) -> None:
|
||||
def _update_default_flags(plans: List[Plan], cheapest_plan: Plan) -> None:
|
||||
plans_to_update: List[Plan] = []
|
||||
|
||||
for plan in plans:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue