Skip to content

Commit 046fe6f

Browse files
committed
Fix linter
1 parent bfd9b88 commit 046fe6f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/debugpy/common/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import inspect
66
import os
77
import sys
8-
import time
9-
from typing import Callable, Union
108

119

1210
def evaluate(code, path=__file__, mode="eval"):

tests/logs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import io
66
import os
77
import shutil
8-
import pytest_timeout
98
import sys
109

1110
from debugpy.common import json, log

0 commit comments

Comments
 (0)