From f436057d27aca1e632a5243c7d42975c6fc983a1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Dec 2023 19:51:58 +0000 Subject: [PATCH] [CI] Format code with Black --- src/domain.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/domain.py b/src/domain.py index 0fb9f577c..1914cabc5 100644 --- a/src/domain.py +++ b/src/domain.py @@ -305,7 +305,15 @@ def domain_add( # should identify the root of this bug... _force_clear_hashes([f"/etc/nginx/conf.d/{domain}.conf"]) regen_conf( - names=["nginx", "metronome", "dnsmasq", "postfix", "rspamd", "mdns", "dovecot"] + names=[ + "nginx", + "metronome", + "dnsmasq", + "postfix", + "rspamd", + "mdns", + "dovecot", + ] ) app_ssowatconf()