]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: Missing whitespace around operator (E225)
authorMichael Fritch <mfritch@suse.com>
Thu, 28 Jan 2021 20:09:23 +0000 (13:09 -0700)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 23 Feb 2021 09:58:23 +0000 (10:58 +0100)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 17c7c4ae7306198cc57215ec474fbaa9d425fbe1)

src/pybind/mgr/cephadm/tests/test_spec.py
src/pybind/mgr/tox.ini

index e8b23464ea7d12c7874ba57bdbbdaaf640a436e9..2374d951e5e2104c9e8d121440e8fdc010da23c8 100644 (file)
@@ -662,7 +662,7 @@ def test_custom_container_spec_config_json():
         assert key not in config_json
 
 def test_HA_RGW_spec():
-    yaml_str ="""service_type: ha-rgw
+    yaml_str = """service_type: ha-rgw
 service_id: haproxy_for_rgw
 placement:
   hosts:
index 42ad2926321dbf1d7d70614f22c819ccfb6cb62e..436428401325b2486125d46ca254f9b0874dd496 100644 (file)
@@ -11,7 +11,6 @@ requires = cython
 [flake8]
 max-line-length = 100
 ignore =
-    E225,
     E226,
     E231,
     E241,