]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/cephadm/tests/test_completion.py
Import ceph 15.2.8
[ceph.git] / ceph / src / pybind / mgr / cephadm / tests / test_completion.py
index 2f7956667fc8aca5f9ef781a7ccbd7449f8a461e..b43cd6a860d07100135cf0c11ad67c73a4dcddc0 100644 (file)
@@ -45,7 +45,6 @@ class TestCompletion(object):
             return str(args)
         assert run_forall(input) == expected
 
-
     @pytest.mark.parametrize("input,expected", [
         ([], []),
         ([1], ["(1,)"]),