Skip to content

Commit

Permalink
Merge pull request #23 from hugovk/rm-downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
davep authored Apr 19, 2024
2 parents 0eff203 + 800a350 commit ca455ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pispy/widgets/package_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def compose(self) -> ComposeResult:
("MD5 Digest", self._url.md5_digest, Value),
("Uploaded", self._url.upload_time_iso_8601, Value),
("Has Signature", "Yes" if self._url.has_sig else "No", Value),
("Downloads", f"{self._url.downloads:,}", Value),
("Comments", self._url.comment_text, Value),
*((name, value, Value) for name, value in self._url.digests.items()),
("Yanked", "Yes" if self._url.yanked else "No", Value),
Expand Down

0 comments on commit ca455ef

Please sign in to comment.