Skip to content

Commit fac2692

Browse files
committed
Merge branch 'rchiodo/type_standard' of https://github.com/rchiodo/debugpy into rchiodo/type_standard
2 parents 0196522 + 046fe6f commit fac2692

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)