ceph/teuthology/task/nop.py
2011-06-02 15:04:01 -07:00

6 lines
76 B
Python

def task(ctx, config):
"""
This task does nothing.
"""
pass