Skip to content

Commit 1a81117

Browse files
committed
Try
1 parent d335f3c commit 1a81117

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

plugwise_usb/connection/queue.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22

33
from __future__ import annotations
44

5-
from asyncio import (
6-
PriorityQueue,
7-
Task,
8-
TimeoutError,
9-
get_running_loop,
10-
sleep,
11-
wait_for,
12-
)
5+
from asyncio import PriorityQueue, Task, get_running_loop, sleep, wait_for
136
from collections.abc import Callable
147
from dataclasses import dataclass
158
import logging

0 commit comments

Comments
 (0)