Bug 1849: LTS Support
[osm/RO.git] / RO-SDN-juniper_contrail / osm_rosdn_juniper_contrail / sdn_api.py
index 0494393..38b4db5 100644 (file)
@@ -14,8 +14,8 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-import logging
 import json
+import logging
 
 from osm_ro_plugin.sdnconn import SdnConnectorError
 from osm_rosdn_juniper_contrail.rest_lib import ContrailHttp
@@ -26,7 +26,7 @@ from osm_rosdn_juniper_contrail.rest_lib import NotFound
 
 
 class UnderlayApi:
-    """ Class with CRUD operations for the underlay API """
+    """Class with CRUD operations for the underlay API"""
 
     def __init__(self, url, config=None, user=None, password=None, logger=None):
         self.logger = logger or logging.getLogger("ro.sdn.junipercontrail.sdnapi")