-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor get_forecast_for_future_hour to return dictionary instead of…
… JSON string - Refactored the get_forecast_for_future_hour method in class Location to return a dictionary directly instead of a JSON string. - Bumped the version in setup.py to 1.1.0rc6 to reflect these improvements and changes. This change improves the design of the Python package, making it easier to work with in other parts of the application and reducing potential errors related to JSON string handling.
- Loading branch information
Showing
2 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters