From 85915fca54490a9449b8e59d4c4d4e0ae841147f Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Wed, 23 Oct 2024 17:32:46 +0100 Subject: [PATCH] lint --- tests/test_app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_app.py b/tests/test_app.py index 050b70f..4713930 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -11,8 +11,8 @@ from pvsite_datamodel.sqlmodels import ForecastSQL, ForecastValueSQL, MLModelSQL, SiteAssetType from india_forecast_app.app import ( - app_run, app, + app_run, get_generation_data, get_model, get_sites, @@ -22,7 +22,6 @@ from india_forecast_app.models.dummy import DummyModel from india_forecast_app.models.pvnet.model import PVNetModel from india_forecast_app.models.pydantic_models import get_all_models - from ._utils import run_click_script mp.set_start_method("spawn", force=True)