Enabling Flake8 and import sorting
[osm/RO.git] / RO-SDN-juniper_contrail / osm_rosdn_juniper_contrail / rest_lib.py
index 963f6cf..4c04c1c 100644 (file)
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-import requests
-import json
 import copy
-
+import json
 from time import time
+
+import requests
 from requests.exceptions import ConnectionError