Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 15, 2024
1 parent 4982480 commit 842040f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""
import datetime as dt
import math
import random
import pandas as pd
import random


class DummyModel:

Check failure on line 10 in india_forecast_app/model.py

View workflow job for this annotation

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

Ruff (I001)

india_forecast_app/model.py:4:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 842040f

Please sign in to comment.