autopep8
[sfa.git] / sfa / rspecs / elements / fw_rule.py
index 9ae66ab..1159229 100644 (file)
@@ -1,10 +1,10 @@
 from sfa.rspecs.elements.element import Element
 
+
 class FWRule(Element):
-    fields = [ 
+    fields = [
         'protocol',
         'cidr_ip',
         'port_range',
         'icmp_type_code',
     ]
-