Updating tox.ini
[osm/RO.git] / integration-tests / test_vimconn_gcp.py
index 21bdbc3..48f792e 100644 (file)
@@ -24,11 +24,11 @@ This module contains unit tests for the OpenStack VIM connector
 Run this directly with python2 or python3.
 """
 
-import logging
+from datetime import datetime
 import json
+import logging
 
 from osm_rovim_gcp.vimconn_gcp import vimconnector
-from datetime import datetime
 
 
 __author__ = "Sergio G.R."