Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 23, 2024
1 parent cae37cb commit 85915fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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)

Check failure on line 27 in tests/test_app.py

View workflow job for this annotation

GitHub Actions / lint_and_test / Lint the code and run the tests

Ruff (I001)

tests/test_app.py:5:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 85915fc

Please sign in to comment.