From 23bbe3445de0f22e731dbc81ec808567c3bfb42a Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 13 Jul 2025 08:12:35 +0200 Subject: [PATCH] remove unused code --- wppm/wheelhouse.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wppm/wheelhouse.py b/wppm/wheelhouse.py index f500dc31..7ed9e54f 100644 --- a/wppm/wheelhouse.py +++ b/wppm/wheelhouse.py @@ -2,10 +2,6 @@ """ WheelHouse.py - manage WinPython local WheelHouse. """ -import os -import re -import tarfile -import zipfile import sys from pathlib import Path from collections import defaultdict @@ -13,9 +9,6 @@ import subprocess from typing import Dict, List, Optional, Tuple from . import packagemetadata as pm -from . import utils - -from packaging.utils import canonicalize_name, parse_wheel_filename, parse_sdist_filename # Use tomllib if available (Python 3.11+), otherwise fall back to tomli try: @@ -164,7 +157,6 @@ def get_pylock_wheels(wheelhouse: Path, lockfile: Path, wheelorigin: Optional[Pa destination_wheelhouse.mkdir(parents=True, exist_ok=True) # there can be an override - in_trusted = False if wheelorigin is None: