Skip to content

Commit 44e5088

Browse files
committed
remove unused imports
1 parent 961c278 commit 44e5088

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

src/onepassword/items.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Code generated by op-codegen - DO NO EDIT MANUALLY
22

3-
from .core import _invoke, _invoke_sync
3+
from .core import _invoke
44
from .iterator import SDKIterator
5-
from typing import Optional
65
from pydantic import TypeAdapter
76
from .items_shares import ItemsShares
87
from .types import Item, ItemCreateParams, ItemOverview

src/onepassword/items_shares.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Code generated by op-codegen - DO NO EDIT MANUALLY
22

3-
from .core import _invoke, _invoke_sync
4-
from .iterator import SDKIterator
5-
from typing import Optional
3+
from .core import _invoke
64
from pydantic import TypeAdapter
75
from .types import Item, ItemShareAccountPolicy, ItemShareParams, ValidRecipient
86

src/onepassword/secrets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Code generated by op-codegen - DO NO EDIT MANUALLY
22

33
from .core import _invoke, _invoke_sync
4-
from .iterator import SDKIterator
5-
from typing import Optional
64
from pydantic import TypeAdapter
75
from .types import GeneratePasswordResponse, PasswordRecipe
86

src/onepassword/vaults.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Code generated by op-codegen - DO NO EDIT MANUALLY
22

3-
from .core import _invoke, _invoke_sync
3+
from .core import _invoke
44
from .iterator import SDKIterator
5-
from typing import Optional
65
from pydantic import TypeAdapter
76
from .types import VaultOverview
87

0 commit comments

Comments
 (0)