From 0471474afedd86ade6b35aee080bdd1a7bd323dc Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 10 Jun 2019 14:44:51 -0700 Subject: [PATCH] Remove unnecessary import. --- tests/func/test_break_into_dbg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/func/test_break_into_dbg.py b/tests/func/test_break_into_dbg.py index 8c43a72d..23a8d41a 100644 --- a/tests/func/test_break_into_dbg.py +++ b/tests/func/test_break_into_dbg.py @@ -5,7 +5,6 @@ from __future__ import print_function, with_statement, absolute_import import pytest -import sys from tests.helpers.session import DebugSession