Skip to content

Commit ab40084

Browse files
author
Micah Denbraver
committed
remove unused imports
1 parent fb7d14a commit ab40084

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_pip_compat.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
from __future__ import annotations
22

3-
import os
4-
import tempfile
53
from pathlib import Path, PurePosixPath
64

7-
import pytest
8-
95
from piptools._compat.pip_compat import parse_requirements
10-
from piptools.repositories import PyPIRepository
116

127
from .constants import PACKAGES_RELATIVE_PATH
138

0 commit comments

Comments
 (0)