diff tests/test-trusted.py @ 52004:e3952d8cfeb5

format: fix few black issues
author paugier <pierre.augier@univ-grenoble-alpes.fr>
date Sun, 13 Oct 2024 04:55:48 +0200
parents 6000f5b25c9b
children
line wrap: on
line diff
--- a/tests/test-trusted.py	Thu Oct 10 09:54:55 2024 +0200
+++ b/tests/test-trusted.py	Sun Oct 13 04:55:48 2024 +0200
@@ -29,7 +29,7 @@
 def bprint(*args, **kwargs):
     print(
         *[_maybesysstr(a) for a in args],
-        **{k: _maybesysstr(v) for k, v in kwargs.items()}
+        **{k: _maybesysstr(v) for k, v in kwargs.items()},
     )
     # avoid awkward interleaving with ui object's output
     sys.stdout.flush()