autopep8
[sfa.git] / sfa / rspecs / elements / link.py
index 02a8d10..f9ae02e 100644 (file)
@@ -1,16 +1,17 @@
-from sfa.rspecs.elements.element import Element    
+from sfa.rspecs.elements.element import Element
+
 
 class Link(Element):
-    fields = {
-        'client_id': None, 
-        'component_id': None,
-        'component_name': None,
-        'component_manager': None,
-        'type': None,
-        'interface1': None,
-        'interface2': None,
-        'capacity': None,
-        'latency': None,
-        'packet_loss': None,
-        'description': None,
-    }
+    fields = [
+        'client_id',
+        'component_id',
+        'component_name',
+        'component_manager',
+        'type',
+        'interface1',
+        'interface2',
+        'capacity',
+        'latency',
+        'packet_loss',
+        'description',
+    ]