Skip to content

Commit 18d1d11

Browse files
committed
fix: don't use private member from PDM
Signed-off-by: Frost Ming <[email protected]> Fix #4
1 parent a7920e4 commit 18d1d11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pdm_download/command.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pathlib import Path
88
from typing import TYPE_CHECKING, Any, Iterable, Iterator, Sequence, cast
99

10-
from pdm import termui
1110
from pdm.cli.commands.base import BaseCommand
1211
from pdm.cli.options import lockfile_option
1312
from pdm.exceptions import PdmUsageError
@@ -76,7 +75,6 @@ def _download_packages(
7675
"•",
7776
TaskProgressColumn(),
7877
transient=True,
79-
console=termui._console,
8078
) as progress:
8179
task = progress.add_task("Downloading", total=len(packages))
8280
success_count = 0

0 commit comments

Comments
 (0)