Commit 22bc8ba0 by Bach Dániel

storage: fix flake8 warnings

parent a8fb5a86
......@@ -72,10 +72,12 @@ def make_free_space(datastore, percent):
def move_to_trash(datastore, disk_path):
pass
@celery.task(name='storagedriver.recover_from_trash')
def recover_from_trash(datastore, disk_path):
pass
@celery.task(name='storagedriver.get_storage_stat')
def get_storage_stat(path):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment