mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
typehint
This commit is contained in:
parent
e1972e4349
commit
9f62e3c31a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class MagicPlanService:
|
|||
raw_bytes: bytes = self._client.get_plan_raw(matched.id)
|
||||
plan: Plan = map_plan(magic_plan)
|
||||
|
||||
uploaded_file = self._upload_raw_plan_json(
|
||||
uploaded_file: UploadedFile = self._upload_raw_plan_json(
|
||||
plan_id=matched.id,
|
||||
raw_bytes=raw_bytes,
|
||||
uprn=uprn,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue