Skip to content

Commit 851a476

Browse files
committed
Remove NOP "# type: ignore"
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1300a1b commit 851a476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/microgrid/client/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ async def _component_data_task(
360360
retry_spec.get_progress(),
361361
interval,
362362
)
363-
await asyncio.sleep(interval) # type: ignore
363+
await asyncio.sleep(interval)
364364
else:
365365
logger.warning(
366366
"`GetComponentData`, for component_id=%d: connection ended, "

0 commit comments

Comments
 (0)