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 842040f commit e80a6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion india_forecast_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
def get_sites(db_session: Session) -> list[SiteSQL]:
"""
Gets all available sites in India
Args:
db_session: A SQLAlchemy session
Expand Down
3 changes: 2 additions & 1 deletion india_forecast_app/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"""
import datetime as dt
import math
import pandas as pd
import random

import pandas as pd


class DummyModel:
"""
Expand Down

0 comments on commit e80a6c1

Please sign in to comment.