Skip to content

Commit 746a9b2

Browse files
gijzelaerrclaude
andcommitted
Revert async client commits from master
These changes should go through a PR for review, not directly on master. Reverts commits c13a241, 4278071, a3f5be0, 14eb635. The work is preserved on the async-client branch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14eb635 commit 746a9b2

5 files changed

Lines changed: 212 additions & 1830 deletions

File tree

snap7/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from importlib.metadata import version, PackageNotFoundError
99

1010
from .client import Client
11-
from .async_client import AsyncClient
1211
from .server import Server
1312
from .partner import Partner
1413
from .logo import Logo
@@ -17,7 +16,6 @@
1716

1817
__all__ = [
1918
"Client",
20-
"AsyncClient",
2119
"Server",
2220
"Partner",
2321
"Logo",

0 commit comments

Comments
 (0)