mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix linter
This commit is contained in:
parent
bfd9b88554
commit
046fe6faee
2 changed files with 0 additions and 3 deletions
|
|
@ -5,8 +5,6 @@
|
|||
import inspect
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
from typing import Callable, Union
|
||||
|
||||
|
||||
def evaluate(code, path=__file__, mode="eval"):
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
import io
|
||||
import os
|
||||
import shutil
|
||||
import pytest_timeout
|
||||
import sys
|
||||
|
||||
from debugpy.common import json, log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue