Skip to content
Snippets Groups Projects
Commit 74fac208 authored by Florian Gransee's avatar Florian Gransee
Browse files

change list definition

parent 974e3751
No related branches found
No related tags found
1 merge request!238424 add uba api script
Pipeline #486423 failed
......@@ -121,7 +121,7 @@ def combine_measure_responses(
scopes: dict,
) -> list:
"""Combine uba respones for all component/scope combinations into one object"""
measure_data = list()
measure_data = []
station_info = get_station_info(station_id)
for entry in station_info:
response = request_measure_endpoint(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment