mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
lint
This commit is contained in:
parent
899d146dd7
commit
91cf8a801b
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class DebugTests(unittest.TestCase):
|
|||
|
||||
def setUp(self):
|
||||
super(DebugTests, self).setUp()
|
||||
|
||||
def _make_run(kind):
|
||||
def run(addr, name, *args, **kwargs):
|
||||
self._run(kind, addr, name, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue