Explorar o código

Fixing small error

Aditya Addepalli %!s(int64=8) %!d(string=hai) anos
pai
achega
738670b502
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cloudbridge/cloud/providers/aws/services.py

+ 1 - 1
cloudbridge/cloud/providers/aws/services.py

@@ -686,7 +686,7 @@ class AWSSubnetService(BaseSubnetService):
             subnet.name = name
         return subnet
 
-    def get_or_create_default(self, zone=None):
+    def get_or_create_default(self, zone):
         if zone:
             snl = self.svc.find('availabilityZone', zone)
         else: