Fix trailing-whitespace errors found by pylint
This commit is contained in:
parent
57204a215e
commit
5f20fa6134
6 changed files with 11 additions and 12 deletions
|
@ -45,4 +45,3 @@ class Module(bumblebee.engine.Module):
|
||||||
self._ip = get(self.address).text.rstrip()
|
self._ip = get(self.address).text.rstrip()
|
||||||
except Exception:
|
except Exception:
|
||||||
self._ip = "No Connection"
|
self._ip = "No Connection"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue