mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-15 20:08:06 +00:00
Migrate http client to use aiohttp instead of httpx (#643)
This commit is contained in:
@@ -8,7 +8,6 @@ import time
|
||||
from contextlib import nullcontext as does_not_raise
|
||||
from itertools import chain
|
||||
|
||||
import httpx
|
||||
import pytest
|
||||
|
||||
from ..aestransport import AesTransport
|
||||
|
Reference in New Issue
Block a user