Update SslAesTransport for legacy firmware versions

This commit is contained in:
Steven B
2024-12-10 14:05:30 +00:00
parent ed0481918c
commit 4a5bc20ee2
8 changed files with 248 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ from ..transports.sslaestransport import (
SMART_RETRYABLE_ERRORS,
SmartErrorCode,
)
from . import SmartProtocol
from .smartprotocol import SmartProtocol
_LOGGER = logging.getLogger(__name__)