Skip to content

Commit 7abf3a8

Browse files
committed
Fix flake8
1 parent 3af4e43 commit 7abf3a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/test_config_handling.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License
1414

15-
import sys
1615
import warnings
17-
from io import StringIO
1816
from unittest import mock
1917

2018
from delayed_assert import expect, assert_expectations
21-
2219
from reportportal_client import OutputType
20+
2321
from examples.test_rp_logging import LOG_MESSAGE
2422
from tests import REPORT_PORTAL_SERVICE
2523
from tests.helpers import utils

0 commit comments

Comments
 (0)