You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
When running
rename_externalon code with bothimport xandfrom x import y, the behavior seems to be incorrect.In the example below, the generated code will contain an
NameError: name 'custom_request' is not definedThe expected output should be
my_app.custom_request.get('https://google.com')