Răsfoiți Sursa

Fixed flake8 error for import order

Nuwan Goonasekera 7 ani în urmă
părinte
comite
84bd92c652
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      cloudbridge/cloud/providers/aws/services.py

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

@@ -1,4 +1,5 @@
 """Services implemented by the AWS provider."""
 """Services implemented by the AWS provider."""
+import ipaddress
 import logging
 import logging
 import string
 import string
 
 
@@ -6,8 +7,6 @@ from botocore.exceptions import ClientError
 
 
 import cachetools
 import cachetools
 
 
-import ipaddress
-
 import requests
 import requests
 
 
 import cloudbridge.cloud.base.helpers as cb_helpers
 import cloudbridge.cloud.base.helpers as cb_helpers