Skip to content
Snippets Groups Projects
Commit 6a54e8e0 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: bogus handler never implemented

parent 07d58ce9
No related branches found
No related tags found
No related merge requests found
......@@ -782,12 +782,6 @@ class NodeHandler(RpcHandler):
res['checksum'] = job.get_checksum()
return res
@pure
def vol_import_list(self):
'''
'''
raise NotImplementedError()
@pure
def vol_import_cancel(self, jid):
'''
......
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