Merge "Use http instead of https as a workaround for certificate error"
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / fake_pymongo.py
index d95ff37..0ca83df 100644 (file)
@@ -6,9 +6,10 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+from operator import itemgetter
+
 from bson.objectid import ObjectId
 from concurrent.futures import ThreadPoolExecutor
-from operator import itemgetter
 
 
 def thread_execute(method, *args, **kwargs):