mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1927 from YunoHost/actions/black
Format Python code with Black
This commit is contained in:
commit
8dc521a528
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue