Skip to content

Commit

Permalink
fix: don't use private member from PDM
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>

Fix #4
  • Loading branch information
frostming committed Apr 16, 2024
1 parent a7920e4 commit 18d1d11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pdm_download/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pathlib import Path
from typing import TYPE_CHECKING, Any, Iterable, Iterator, Sequence, cast

from pdm import termui
from pdm.cli.commands.base import BaseCommand
from pdm.cli.options import lockfile_option
from pdm.exceptions import PdmUsageError
Expand Down Expand Up @@ -76,7 +75,6 @@ def _download_packages(
"•",
TaskProgressColumn(),
transient=True,
console=termui._console,
) as progress:
task = progress.add_task("Downloading", total=len(packages))
success_count = 0
Expand Down

0 comments on commit 18d1d11

Please sign in to comment.