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
Agreed but it forms part of what is imported with a module. So if users mechanism is not reading (the code or manual) and just "tabbing" around different classes it clutters the available scope
Need to properly scope all imports
e.g.
import numpy as _np
Makes it much easier to change the import structure in the future
The text was updated successfully, but these errors were encountered: