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