chore: run scripts/cmdeploy fmt

This commit is contained in:
link2xt
2024-01-12 12:18:28 +00:00
parent 75b41641f0
commit b6622fc68e
2 changed files with 3 additions and 2 deletions

View File

@@ -255,7 +255,9 @@ def _configure_postfix(config: Config, debug: bool = False) -> bool:
need_restart |= master_config.changed
header_cleanup = files.put(
src=importlib.resources.files(__package__).joinpath("postfix/submission_header_cleanup"),
src=importlib.resources.files(__package__).joinpath(
"postfix/submission_header_cleanup"
),
dest="/etc/postfix/submission_header_cleanup",
user="root",
group="root",

View File

@@ -4,7 +4,6 @@ import requests
import importlib
import subprocess
import datetime
from ipaddress import ip_address
class DNS: