autopep8
[sfa.git] / sfa / rspecs / elements / link.py
index 3bbfe2b..f9ae02e 100644 (file)
@@ -1,8 +1,9 @@
-from sfa.rspecs.elements.element import Element    
+from sfa.rspecs.elements.element import Element
+
 
 class Link(Element):
     fields = [
-        'client_id', 
+        'client_id',
         'component_id',
         'component_name',
         'component_manager',