RIFT-14562
[osm/SO.git] / rwcal / plugins / vala / rwcal_vsphere / rwcal_vsphere.py
index cda3867..0a39ea0 100644 (file)
@@ -230,7 +230,7 @@ class RwcalVspherePlugin(GObject.Object, RwCal.Cloud):
         raise NotImplementedError()
     
     @rwstatus(ret_on_failure=[None])
-    def do_get_vdu(self, account, vdu_id, mgmt_network = None):
+    def do_get_vdu(self, account, vdu_id, mgmt_network=None):
         raise NotImplementedError()
 
     @rwstatus(ret_on_failure=[""])