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
Missing import statement in the app_data.py file that causes a NameError: name 'six' is not defined when calling the to_dict() method on AppData object.
Missing import statement in the
app_data.pyfile that causes a NameError: name 'six' is not defined when calling theto_dict()method onAppDataobject.