ruff: format (MR 2344)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-07-08 16:09:42 +02:00
parent 71646f0a1d
commit 0e62eaac67
No known key found for this signature in database
GPG key ID: 0583312B195F64B6
8 changed files with 23 additions and 17 deletions

View file

@ -182,6 +182,7 @@ def warning(msg: object, *args, **kwargs):
def warn_once(msg: str):
logging.warning(msg)
def info(msg: object, *args, **kwargs):
logging.info(msg, *args, **kwargs)