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
One problem this resolves is the disambiguation of library/module namespaces - e.g. we'll no longer do from core import ..., instead we'll do from cobra.core import
The text was updated successfully, but these errors were encountered:
from core import ...
, instead we'll dofrom cobra.core import
The text was updated successfully, but these errors were encountered: