Skip to content

Commit dc91e00

Browse files
Abel Milashclaude
andcommitted
Remove re-export from aio/__init__.py to match sync pattern
AsyncDataverseClient is imported from the module directly: from PowerPlatform.Dataverse.aio.async_client import AsyncDataverseClient Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7b09311 commit dc91e00

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT license.
33

4-
from .async_client import AsyncDataverseClient
5-
6-
__all__ = ["AsyncDataverseClient"]
4+
__all__ = []

0 commit comments

Comments
 (0)