mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-29 16:02:43 +00:00
Move TAPO smartcamera out of experimental package (#1255)
Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
@@ -18,13 +18,13 @@ from kasa.exceptions import (
|
||||
KasaException,
|
||||
SmartErrorCode,
|
||||
)
|
||||
from kasa.experimental.sslaestransport import (
|
||||
from kasa.httpclient import HttpClient
|
||||
from kasa.transports.aestransport import AesEncyptionSession
|
||||
from kasa.transports.sslaestransport import (
|
||||
SslAesTransport,
|
||||
TransportState,
|
||||
_sha256_hash,
|
||||
)
|
||||
from kasa.httpclient import HttpClient
|
||||
from kasa.transports.aestransport import AesEncyptionSession
|
||||
|
||||
# Transport tests are not designed for real devices
|
||||
pytestmark = [pytest.mark.requires_dummy]
|
||||
|
||||
Reference in New Issue
Block a user