From: Michael Fritch Date: Thu, 28 Jan 2021 20:09:23 +0000 (-0700) Subject: mgr/cephadm: Missing whitespace around operator (E225) X-Git-Tag: v16.2.0~178^2~48 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c9e091f9023fabb7b929da102a9cd99a1ee3e040;p=ceph.git mgr/cephadm: Missing whitespace around operator (E225) Signed-off-by: Michael Fritch (cherry picked from commit 17c7c4ae7306198cc57215ec474fbaa9d425fbe1) --- diff --git a/src/pybind/mgr/cephadm/tests/test_spec.py b/src/pybind/mgr/cephadm/tests/test_spec.py index e8b23464ea7..2374d951e5e 100644 --- a/src/pybind/mgr/cephadm/tests/test_spec.py +++ b/src/pybind/mgr/cephadm/tests/test_spec.py @@ -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: diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 42ad2926321..43642840132 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -11,7 +11,6 @@ requires = cython [flake8] max-line-length = 100 ignore = - E225, E226, E231, E241,