Skip to content
Snippets Groups Projects
Commit 42cd4039 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Accessor ID is already reported as key

parent cbb13b6b
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,6 @@ class _Session(object):
List information about all accessors in JSON-readable format
"""
if len(self.accessors):
# TODO: also return accessor ID
return pd.DataFrame(self.accessors).drop('object').to_dict()
else:
return {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment