Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2025
1 parent 87caa36 commit 2a952f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userCode/odwr/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def fetch_station_metadata(station_numbers: list[int]) -> OregonHttpResponse:
"where": format_where_param(station_numbers),
"outFields": "*",
"f": "json",
"outSR": "4326"
"outSR": "4326",
}
url = BASE_OREGON_URL + urlencode(params)
get_dagster_logger().info(f"Fetching {url} to get all station metadata")
Expand Down

0 comments on commit 2a952f6

Please sign in to comment.