From 0762666bd116d92b55f746cde8e25e965ea2912b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 3 Apr 2018 08:58:40 -0300 Subject: [PATCH] Remove unused pytestPDB import --- testing/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index d96c460c3..0f5196751 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -4,7 +4,7 @@ import platform import os import _pytest._code -from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN, pytestPDB +from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN import pytest