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
RegistryManager.__init__ currently checks for namespace collisions. It would be cleaner to move the call to RegistryManager.find_namespace_collisions to a factory method so that the RegistryManager instance is never created in the event of a collision.
The text was updated successfully, but these errors were encountered:
RegistryManager.__init__
currently checks for namespace collisions. It would be cleaner to move the call toRegistryManager.find_namespace_collisions
to a factory method so that theRegistryManager
instance is never created in the event of a collision.The text was updated successfully, but these errors were encountered: