From d5bb1e808016d09d41323915f17a28e9a553e517 Mon Sep 17 00:00:00 2001 From: controllerzz <79202101363@mail.ru> Date: Thu, 11 Dec 2025 10:40:16 +0300 Subject: [PATCH] update uds_async --- uds_async/__init__.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/uds_async/__init__.py b/uds_async/__init__.py index e5ebe76..29fac0f 100644 --- a/uds_async/__init__.py +++ b/uds_async/__init__.py @@ -13,14 +13,9 @@ try: __all__ = [ "UdsClient", "UdsServer", - "UdsRequest", - "UdsResponse", - "UdsPositiveResponse", - "UdsNegativeResponse", - "ResponseCode", ] + except ImportError: - # если types.py нет или переименован — хотя бы клиент и сервер доступны __all__ = [ "UdsClient", "UdsServer",