Remove unused pytestPDB import
This commit is contained in:
parent
4d847593b3
commit
0762666bd1
|
@ -4,7 +4,7 @@ import platform
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import _pytest._code
|
import _pytest._code
|
||||||
from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN, pytestPDB
|
from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue