From 177ff5cd1d5e0e7a3fa1f94ce81819508f559787 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Thu, 30 Apr 2026 14:26:16 +0530 Subject: [PATCH] chore: Remove management/__init__.py from .fernignore --- .fernignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.fernignore b/.fernignore index 5e2b00be..f0e94816 100644 --- a/.fernignore +++ b/.fernignore @@ -16,9 +16,8 @@ CHANGELOG.md src/auth0/authentication/ tests/authentication/ -# Root auth0 __init__.pys +# Root auth0 __init__.py src/auth0/__init__.py -src/auth0/management/__init__.py # Telemetry customization (Auth0 format with dynamic versioning) src/auth0/management/core/client_wrapper.py