]> 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)
committerMichael Fritch <mfritch@suse.com>
Fri, 5 Feb 2021 18:18:24 +0000 (11:18 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
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 0fea9bfbbd504ba0c62986418d7c85d48befaacd..149be44ce6c254766f130ebeea0b9b93c1f0fcbd 100644 (file)
@@ -11,7 +11,6 @@ requires = cython
 [flake8]
 max-line-length = 100
 ignore =
-    E225,
     E226,
     E231,
     E241,