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
Absolute imports from external modules currently import the module. But if the module is pure Python, we could do it statically. This will require #6 to work correctly with __init__.py files that use import *.
The text was updated successfully, but these errors were encountered:
Absolute imports from external modules currently import the module. But if the module is pure Python, we could do it statically. This will require #6 to work correctly with
__init__.py
files that useimport *
.The text was updated successfully, but these errors were encountered: