From 46a322ba018760610706eae92e7bd28e9b325029 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Fri, 5 Feb 2021 11:13:05 -0700 Subject: [PATCH] mgr/cephadm: at least two spaces before inline comment (E261) Signed-off-by: Michael Fritch --- src/pybind/mgr/cephadm/inventory.py | 2 +- src/pybind/mgr/tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pybind/mgr/cephadm/inventory.py b/src/pybind/mgr/cephadm/inventory.py index 600fc64ac6c..b4df1e56c41 100644 --- a/src/pybind/mgr/cephadm/inventory.py +++ b/src/pybind/mgr/cephadm/inventory.py @@ -218,7 +218,7 @@ class HostCache(): self.facts = {} # type: Dict[str, Dict[str, Any]] self.last_facts_update = {} # type: Dict[str, datetime.datetime] self.osdspec_previews = {} # type: Dict[str, List[Dict[str, Any]]] - self.osdspec_last_applied = {} # type: Dict[str, Dict[str, datetime.datetime]] + self.osdspec_last_applied = {} # type: Dict[str, Dict[str, datetime.datetime]] self.networks = {} # type: Dict[str, Dict[str, List[str]]] self.last_device_update = {} # type: Dict[str, datetime.datetime] self.last_device_change = {} # type: Dict[str, datetime.datetime] diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 3ce21c55ec1..775ee968397 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 = - E261, E302, E306, E501, -- 2.39.5