Skip to content

Commit ae92053

Browse files
committed
linting
1 parent e5ae567 commit ae92053

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python_files/tests/pytestadapter/test_execution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import json
44
import os
55
import pathlib
6-
import shutil
76
import sys
87
from typing import Any, Dict, List
98

python_files/vscode_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from __future__ import annotations
55

66
import atexit
7+
import contextlib
78
import json
89
import os
910
import pathlib
@@ -28,7 +29,6 @@
2829
if TYPE_CHECKING:
2930
from pluggy import Result
3031

31-
import contextlib
3232

3333
USES_PYTEST_DESCRIBE = False
3434

0 commit comments

Comments
 (0)