Skip to content

Commit f10922f

Browse files
set specific type: ignore
1 parent 90f887e commit f10922f

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/models

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/models/pricing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PricingInfo(BaseModel):
2121
"pricing_plan_id": 1,
2222
"pricing_unit_id": 1,
2323
"pricing_unit_cost_id": 1,
24-
"pricing_unit_cost": Decimal(10), # type: ignore
24+
"pricing_unit_cost": Decimal(10), # type: ignore[dict-item]
2525
}
2626
]
2727
}

0 commit comments

Comments
 (0)