Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 29, 2024
1 parent 1cda5d3 commit 7cc3bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,3 @@ The `mozilla-linux-pkg-manager` package can be packaged into a wheel file for di

### Using the Installed Package
After installation, the package can be used from anywhere on your system, provided you are running the Python interpreter where it was installed.

6 changes: 4 additions & 2 deletions src/mozilla_linux_pkg_manager/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import argparse
import asyncio
import json
import logging
import os
import json
import re
import time
from collections import defaultdict
Expand Down Expand Up @@ -154,7 +154,9 @@ async def clean_up(args):
logging.info(
f"Out of those versions, there are {len(unique_expired_versions)} unique versions across all packages."
)
logging.info(f"Found unique expired versions:\nunique_expired_versions = {json.dumps(list(unique_expired_versions), indent=4)}")
logging.info(
f"Found unique expired versions:\nunique_expired_versions = {json.dumps(list(unique_expired_versions), indent=4)}"
)

if args.skip_delete:
logging.info(
Expand Down

0 comments on commit 7cc3bd5

Please sign in to comment.