Remove unused imports detected by pylint
[transportpce.git] / tests / transportpce_tests / common / simulators.py
index 95fe8d9da66c7973318de9ff7ad6c8e0e7f2a520..c1da758b3bf24824f16a0840ea461895789a5333 100644 (file)
@@ -8,8 +8,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-import os
-
 SIMS = {
     ('xpdra', '1.2.1'): {'port': '17830', 'configfile': 'oper-XPDRA.xml', 'logfile': 'xpdra-121.log'},
     ('roadma', '1.2.1'): {'port': '17831', 'configfile': 'oper-ROADMA.xml', 'logfile': 'roadma-121.log'},