Remove unused pytestPDB import

This commit is contained in:
Bruno Oliveira 2018-04-03 08:58:40 -03:00 committed by GitHub
parent 4d847593b3
commit 0762666bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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