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
import_item fails when one tries to use DottedObjectName instead of a string
out:
File "/home/jonathan/ipython/IPython/utils/importstring.py", line 38, in import_item
parts = name.rsplit('.', 1)
AttributeError: 'DottedObjectName' object has no attribute 'rsplit'