autopep8
[sfa.git] / sfa / rspecs / versions / federica.py
index 8ff9f5e..4e24587 100644 (file)
@@ -1,5 +1,6 @@
 from sfa.rspecs.versions.pgv2 import PGv2
 
+
 class FedericaAd (PGv2):
     enabled = True
     type = 'Fedrica'
@@ -7,6 +8,7 @@ class FedericaAd (PGv2):
     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/ad.xsd'
     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
 
+
 class FedericaRequest (PGv2):
     enabled = True
     type = 'Fedrica'
@@ -14,10 +16,10 @@ class FedericaRequest (PGv2):
     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/request.xsd'
     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
 
+
 class FedericaManifest (PGv2):
     enabled = True
     type = 'Fedrica'
     content_type = 'manifest'
     schema = 'http://sorch.netmode.ntua.gr/ws/RSpec/manifest.xsd'
     namespace = 'http://sorch.netmode.ntua.gr/ws/RSpec'
-