Skip to content
Snippets Groups Projects
Commit 2aea7df6 authored by Calen Pennington's avatar Calen Pennington Committed by Matthew Mongeau
Browse files

Remove unused code

parent 34fdce89
No related merge requests found
......@@ -165,19 +165,3 @@ class KeyStore(object):
children: A list of child item identifiers
"""
raise NotImplementedError
class KeyStoreItem(object):
"""
An object from a KeyStore, which can be saved back to that keystore
"""
def __init__(self, location, children, data, editor, parents, revision):
self.location = location
self.children = children
self.data = data
self.editor = editor
self.parents = parents
self.revision = revision
def save(self):
raise NotImplementedError
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