Enabling Flake8 and import sorting
[osm/RO.git] / RO-plugin / osm_ro_plugin / sdnconn.py
index a1849c9..467d05d 100644 (file)
@@ -37,8 +37,8 @@ and intranet SDN connectivity.
 It receives information from ports to be connected .
 """
 
-import logging
 from http import HTTPStatus
+import logging
 
 
 class SdnConnectorError(Exception):