Adapt to Python scripts to black 23.1.0

(cherry picked from commit 3cd2cc6254)
This commit is contained in:
Michal Nowak
2023-02-17 13:41:29 +01:00
parent 596918c57a
commit e0158ab2b5
15 changed files with 9 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ prog = "dnssec-coverage"
from isc import dnskey, eventlist, keydict, keyevent, keyzone, utils
############################################################################
# print a fatal error and exit
############################################################################

View File

@@ -14,6 +14,7 @@ import time
import calendar
from subprocess import Popen, PIPE
########################################################################
# Class dnskey
########################################################################

View File

@@ -17,6 +17,7 @@ prog = "dnssec-keymgr"
from isc import dnskey, keydict, keyseries, policy, parsetab, utils
############################################################################
# print a fatal error and exit
############################################################################

View File

@@ -14,6 +14,7 @@ import sys
import re
from subprocess import Popen, PIPE
########################################################################
# Exceptions
########################################################################