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
It is a common problem that package contents is imported into the global namespace, or otherwise comes into existence in multiple places. It would be nice to detect this antipattern and produce a warning.
It is a common problem that package contents is imported into the global namespace, or otherwise comes into existence in multiple places. It would be nice to detect this antipattern and produce a warning.