diff --git a/.idea/Model.iml b/.idea/Model.iml
index c6561970..b7c665b5 100644
--- a/.idea/Model.iml
+++ b/.idea/Model.iml
@@ -7,7 +7,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 50cad4ca..269d725d 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/backend/app/db/functions/recommendations_functions.py b/backend/app/db/functions/recommendations_functions.py
index d26adf66..41501270 100644
--- a/backend/app/db/functions/recommendations_functions.py
+++ b/backend/app/db/functions/recommendations_functions.py
@@ -5,7 +5,7 @@ from backend.app.db.models.recommendations import (
Plan, Recommendation, RecommendationMaterials, PlanRecommendations, Scenario
)
from backend.app.db.models.portfolio import (
- PropertyModel, PropertyTargetsModel, PropertyDetailsMeter, PropertyDetailsEpcModel
+ PropertyModel, PropertyTargetsModel, PropertyDetailsEpcModel
)
diff --git a/backend/app/requirements/requirements.txt b/backend/app/requirements/requirements.txt
index 14ec525f..a213214d 100644
--- a/backend/app/requirements/requirements.txt
+++ b/backend/app/requirements/requirements.txt
@@ -10,3 +10,5 @@ mangum==0.19.0
boto3==1.35.44
# Data
openpyxl==3.1.2
+# Basic
+pytz