mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove inline import
This commit is contained in:
parent
821a0a08f7
commit
001e9ce882
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from datetime import date
|
||||
from typing import List, Optional, Sequence, Union, Dict, Any
|
||||
from datatypes.epc.schema.helpers import from_dict
|
||||
|
||||
from datatypes.epc.domain.epc_property_data import (
|
||||
EnergyElement,
|
||||
|
|
@ -1454,7 +1455,6 @@ class EpcPropertyDataMapper:
|
|||
Supports RdSAP-Schema-21.0.0 and RdSAP-Schema-21.0.1 only.
|
||||
Raises ValueError for unsupported schemas — add cases here as needed.
|
||||
"""
|
||||
from datatypes.epc.schema.helpers import from_dict
|
||||
|
||||
schema = data.get("schema_type", "")
|
||||
if schema == "RdSAP-Schema-21.0.1":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue