autopep8
[sfa.git] / sfa / rspecs / elements / property.py
index 472dede..8f1a37b 100644 (file)
@@ -1,7 +1,8 @@
 from sfa.rspecs.elements.element import Element
 
+
 class Property(Element):
-    
+
     fields = [
         'source_id',
         'dest_id',
@@ -9,4 +10,3 @@ class Property(Element):
         'latency',
         'packet_loss',
     ]
-