Skip to content

Commit 23bbe34

Browse files
committed
remove unused code
1 parent e1c0aa9 commit 23bbe34

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

wppm/wheelhouse.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
"""
33
WheelHouse.py - manage WinPython local WheelHouse.
44
"""
5-
import os
6-
import re
7-
import tarfile
8-
import zipfile
95
import sys
106
from pathlib import Path
117
from collections import defaultdict
128
import shutil
139
import subprocess
1410
from typing import Dict, List, Optional, Tuple
1511
from . import packagemetadata as pm
16-
from . import utils
17-
18-
from packaging.utils import canonicalize_name, parse_wheel_filename, parse_sdist_filename
1912

2013
# Use tomllib if available (Python 3.11+), otherwise fall back to tomli
2114
try:
@@ -164,7 +157,6 @@ def get_pylock_wheels(wheelhouse: Path, lockfile: Path, wheelorigin: Optional[Pa
164157
destination_wheelhouse.mkdir(parents=True, exist_ok=True)
165158
# there can be an override
166159

167-
168160
in_trusted = False
169161

170162
if wheelorigin is None:

0 commit comments

Comments
 (0)