Fix linter

This commit is contained in:
Rich Chiodo false 2024-07-25 10:39:43 -07:00
parent bfd9b88554
commit 046fe6faee
2 changed files with 0 additions and 3 deletions

View file

@ -5,8 +5,6 @@
import inspect
import os
import sys
import time
from typing import Callable, Union
def evaluate(code, path=__file__, mode="eval"):

View file

@ -5,7 +5,6 @@
import io
import os
import shutil
import pytest_timeout
import sys
from debugpy.common import json, log