mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
def task(ctx, config):
|
|
"""
|
|
This task does nothing.
|
|
"""
|
|
pass
|