diff --git a/ci/download_stats.py b/ci/download_stats.py index e8597f8c..69e349f2 100644 --- a/ci/download_stats.py +++ b/ci/download_stats.py @@ -188,8 +188,6 @@ def write_badge(path: Path, label: str, count: int) -> None: "label": label, "message": humanize(count), "color": "blue", - "logo": "pypi", - "logoColor": "white", }, indent=2, )