Skip to content

Commit 099f7d2

Browse files
committed
Refactor item shares as well
1 parent c8589e0 commit 099f7d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/onepassword/items_shares.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77

88
class ItemsShares:
9-
def __init__(self, client_id):
9+
def __init__(self, client_id, core):
1010
self.client_id = client_id
11+
self.core = core
1112

1213
async def get_account_policy(
1314
self, vault_id: str, item_id: str

0 commit comments

Comments
 (0)