remove obsolete includes

This commit is contained in:
cronekorkn 2022-09-15 00:51:52 +02:00
parent 2712d212b6
commit 1fb71a0f25
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,7 +1,5 @@
from ipaddress import ip_address, ip_interface from ipaddress import ip_address, ip_interface
from datetime import datetime from datetime import datetime
import json
from bundlewrap.metadata import MetadataJSONEncoder
from hashlib import sha3_512 from hashlib import sha3_512
@ -132,7 +130,7 @@ for view_name, view_conf in master_node.metadata.get('bind/views').items():
'svc_systemd:bind9:restart', 'svc_systemd:bind9:restart',
], ],
} }
svc_systemd['bind9'] = {} svc_systemd['bind9'] = {}