Skip to content

Commit a176b76

Browse files
committed
Add types __all__ to the package __all__ field
1 parent d1e3eca commit a176b76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/onepassword/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
"DEFAULT_INTEGRATION_NAME",
1414
"DEFAULT_INTEGRATION_VERSION",
1515
]
16+
17+
__all__ += types.__all__

0 commit comments

Comments
 (0)