isort the whole repo

This commit is contained in:
Franzi 2024-11-08 06:39:59 +01:00
parent e51c24f837
commit 209dedccf9
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 8 additions and 8 deletions

View file

@ -2,6 +2,7 @@ from datetime import datetime
from os import listdir
from os.path import isfile, join
from subprocess import check_output
from bundlewrap.utils.ui import io
zone_path = join(repo.path, 'data', 'powerdns', 'files', 'bind-zones')