Skip to content

Commit c64772c

Browse files
committed
Fix migration guide
1 parent cc101dc commit c64772c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

V4_MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Versioning the import paths was not necessary and made major upgrades unnecessar
1919
### Before
2020

2121
```python
22-
from auth0.management import Auth0
22+
from auth0.v3.management import Auth0
2323

2424
auth0 = Auth0(domain, mgmt_api_token)
2525
```

0 commit comments

Comments
 (0)