From 851906a029d4f113ccb8e6543fb62ce2a28dcc07 Mon Sep 17 00:00:00 2001 From: Jacob Windsor Date: Wed, 19 Feb 2025 13:27:18 +0100 Subject: [PATCH] Fix import --- backend/app/services/house_price_predictor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/services/house_price_predictor.py b/backend/app/services/house_price_predictor.py index 4dec226..62b394b 100644 --- a/backend/app/services/house_price_predictor.py +++ b/backend/app/services/house_price_predictor.py @@ -1,5 +1,5 @@ import random -from typing import List, Tuple +from typing import List from dataclasses import dataclass