We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7807ce commit 41028c5Copy full SHA for 41028c5
src/onepassword/__init__.py
@@ -1,9 +1,9 @@
1
# AUTO-GENERATED
2
from .client import Client
3
from .defaults import DEFAULT_INTEGRATION_NAME, DEFAULT_INTEGRATION_VERSION
4
+from .types import * # noqa F403
5
from .secrets import Secrets
6
from .items import Items
-from .types import * # noqa F403
7
8
9
__all__ = [
src/onepassword/client.py
@@ -1,3 +1,4 @@
+# AUTO-GENERATED
import weakref
from .core import _init_client, _release_client
from .defaults import new_default_config
0 commit comments