Skip to content

Commit

Permalink
Add missing _ var for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Apr 25, 2024
1 parent 3c14eed commit 04b9811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ async def run(self) -> List[EventResult]:
try:
async with asyncio.TaskGroup() as tg:
for connector in self._connectors:
tg.create_task(
_ = tg.create_task(
connector.run_event_handlers(
self.event,
Preposition.before,
Expand Down

0 comments on commit 04b9811

Please sign in to comment.