Skip to content

Commit 7668d9d

Browse files
Rename variable according to the naming convention
Signed-off-by: Daniel Zullo <[email protected]>
1 parent a8f3d62 commit 7668d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/sdk/actor/_data_sourcing/microgrid_api_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ def _get_metric_senders(
343343
self._get_data_extraction_method(category, metric),
344344
[
345345
self._registry.new_sender(request.get_channel_name())
346-
for request in reqlist
346+
for request in req_list
347347
],
348348
)
349-
for (metric, reqlist) in requests.items()
349+
for (metric, req_list) in requests.items()
350350
]
351351

352352
async def _handle_data_stream(

0 commit comments

Comments
 (0)