Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / common / test_utils.py
index d5118149b0816a022b83040eeea715af8aa07859..95388ac6ffbc4f016543e5f94acb94d198bb43f8 100644 (file)
@@ -13,6 +13,7 @@
 
 import json
 import os
+# pylint: disable=wrong-import-order
 import sys
 import re
 import signal
@@ -22,6 +23,7 @@ import time
 import psutil
 import requests
 
+# pylint: disable=import-error
 import simulators
 
 SIMS = simulators.SIMS