Skip to content

Commit 946b7de

Browse files
fix: Add top-level py.typed marker to resolve IDE import errors
The `py.typed` marker only existed under `auth0/management/`, causing IDEs like PyCharm to fall back to outdated typeshed stubs and report unresolved imports for `ManagementClient`, `ApiError`, and other classes. Adding a root-level marker signals IDEs to use the package's own inline types instead. Closes #824
1 parent de316f0 commit 946b7de

1 file changed

File tree

src/auth0/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)