Remove unused imports detected by pylint 88/98588/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 28 Oct 2021 07:52:14 +0000 (09:52 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Wed, 17 Nov 2021 16:39:45 +0000 (17:39 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I9d7bba90954b0018980104943bf346e7eb1cda2d

tests/transportpce_tests/common/simulators.py
tests/transportpce_tests/hybrid/test01_device_change_notifications.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'},
index 8c5ac3b19527dcba1c50660e28446c883601dbdb..c57316b20ecd35c60fa3c08c1c5c14a8f604b944 100644 (file)
@@ -11,7 +11,6 @@
 # pylint: disable=no-member
 # pylint: disable=too-many-public-methods
 import json
-import base64
 import unittest
 import time
 import requests