mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix linting issues.
This commit is contained in:
parent
ff1cc11b69
commit
3ce4e703ee
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ def test_reattach(pyfile, target, run):
|
|||
import time
|
||||
import debuggee
|
||||
import debugpy
|
||||
from debuggee import backchannel, scratchpad
|
||||
from debuggee import scratchpad
|
||||
|
||||
debuggee.setup()
|
||||
debugpy.break_into_debugger()
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ def test_break_api(pyfile, target, run, func):
|
|||
@pyfile
|
||||
def code_to_debug():
|
||||
import debuggee
|
||||
import debugpy
|
||||
import debugpy # noqa
|
||||
import sys
|
||||
|
||||
debuggee.setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue