From 6c09f2a45c5541e9c207d14fc7aa21a4a0066bde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:19 +0200 Subject: Merging upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- helpers/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/python') diff --git a/helpers/python b/helpers/python index a74387f..b6c4d5e 100644 --- a/helpers/python +++ b/helpers/python @@ -11,4 +11,4 @@ else: walker = pkgutil.iter_modules for mod in walker(): - print(mod[1]) # noqa: E211 + print(mod[1]) -- cgit v1.2.3