[CI] Format code with Black

This commit is contained in:
yunohost-bot 2022-11-16 16:11:26 +00:00
parent ac6d68711c
commit ae810a96bd

View file

@ -311,7 +311,9 @@ def tools_update(target=None):
# Update APT cache # Update APT cache
# LC_ALL=C is here to make sure the results are in english # LC_ALL=C is here to make sure the results are in english
command = "LC_ALL=C apt-get update -o Acquire::Retries=3 --allow-releaseinfo-change" command = (
"LC_ALL=C apt-get update -o Acquire::Retries=3 --allow-releaseinfo-change"
)
# Filter boring message about "apt not having a stable CLI interface" # Filter boring message about "apt not having a stable CLI interface"
# Also keep track of wether or not we encountered a warning... # Also keep track of wether or not we encountered a warning...