cleanup etherlab: pep8, W293 blank line contains whitespace
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 28 Sep 2018 18:00:50 +0300
changeset 2359 e945fcb54cd4
parent 2358 8e5a9830867e
child 2360 2a3d022a7dac
cleanup etherlab: pep8, W293 blank line contains whitespace
etherlab/etherlab.py
--- a/etherlab/etherlab.py	Fri Sep 28 17:59:28 2018 +0300
+++ b/etherlab/etherlab.py	Fri Sep 28 18:00:50 2018 +0300
@@ -226,7 +226,7 @@
                              "order": group.getSortOrder(),
                              # "value": group.getcontent()["value"],
                              "devices": []})
-                             
+
                     for device in self.devices_xpath(self.modules_infos):
                         device_group = device.getGroupType()
                         if not vendor_category["groups"].has_key(device_group):