Skip to content

Commit

Permalink
style [ozon3.py]: Add MyPy ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
Milind220 committed Jan 24, 2023
1 parent 4c763a8 commit 6fbea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ozon3/ozon3.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def get_city_station_options(self, city: str) -> pandas.DataFrame:
).sort_values(by=["score"], ascending=False)

def get_historical_data(
self, city: str = None, city_id: int = None
self, city: str = None, city_id: int = None # type: ignore
) -> pandas.DataFrame:
"""Get historical air quality data for a city
Expand Down

0 comments on commit 6fbea71

Please sign in to comment.