Skip to content

Commit b925a92

Browse files
committed
Remove unused import
1 parent b0a2b62 commit b925a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

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

33
from __future__ import annotations
44

5-
from asyncio import Task, create_task, gather, sleep
5+
from asyncio import Task, create_task, gather
66
from collections.abc import Callable
77
from datetime import UTC, datetime
88
from functools import wraps

0 commit comments

Comments
 (0)