Skip to content

Commit 6f24773

Browse files
removed commen
1 parent 989454e commit 6f24773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

solar_consumer/save/save_data_platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ async def save_generation_to_data_platform(
389389
# NL was previously ignoring these exceptions
390390
await _execute_async_tasks(tasks, ignore_exceptions=False)
391391

392-
######## code that doesnt work (maybe)
393-
394392
# 3. Generate the CreateObservationRequest objects from the DataFrame.
395393
observations_by_loc: dict[str, list[dp.CreateObservationsRequestValue]] = defaultdict(list)
396394
for lid, t, val in zip(

0 commit comments

Comments
 (0)