8000 drop asyncio.timeout until cpython 3.11 is the min supported · python-kasa/python-kasa@061f462 · GitHub
[go: up one dir, main page]

Skip to content

Commit 061f462

Browse files
committed
drop asyncio.timeout until cpython 3.11 is the min supported
1 parent 16c9711 commit 061f462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from pprint import pformat as pf
1818
from typing import Dict, Generator, Optional, Union
1919

20< 56E2 /code>-
# When support for cpython older than 3.12 is dropped
20+
# When support for cpython older than 3.11 is dropped
2121
# async_timeout can be replaced with asyncio.timeout
2222
from async_timeout import timeout as asyncio_timeout
2323

0 commit comments

Comments
 (0)
0