From 2e70143da24733bda7628c5d5a5502276cf79881 Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:09:58 +0000 Subject: [PATCH] :art: Format Python code with Black --- src/diagnosers/00-basesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diagnosers/00-basesystem.py b/src/diagnosers/00-basesystem.py index 1bf9fb9fb..bee2fcdb9 100644 --- a/src/diagnosers/00-basesystem.py +++ b/src/diagnosers/00-basesystem.py @@ -199,7 +199,7 @@ class MyDiagnoser(Diagnoser): status="ERROR", summary="diagnosis_rfkill_wifi", details=["diagnosis_rfkill_wifi_details"], - data={"rfkill_wifi_error": rfkill_wifi} + data={"rfkill_wifi_error": rfkill_wifi}, ) def bad_sury_packages(self):