Skip to content

Commit

Permalink
redundant instruction - issue noi-techpark#31
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Angheben committed Sep 30, 2024
1 parent bbcc290 commit 40d0af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pollution_v2/src/common/data_model/station.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def from_json(cls, dict_data) -> Station:
station_type=dict_data["station_type"],
origin=dict_data["origin"]
)
if "wrf_code" in dict_data.keys():
res.wrf_code = dict_data["wrf_code"]
return res


Expand Down

0 comments on commit 40d0af3

Please sign in to comment.