]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
misc black formatting lint
authorBob Halley <halley@dnspython.org>
Sun, 8 Mar 2026 13:34:57 +0000 (06:34 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 8 Mar 2026 13:34:57 +0000 (06:34 -0700)
dns/rdata.py
dns/rdataset.py
dns/zone.py
tests/test_zone.py

index 9d2bae491bc121dc7540af3209eab4f2a42eb2a9..ecce77a417b22a3e18727bab104b24855fea282e 100644 (file)
@@ -16,6 +16,7 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """DNS rdata."""
+
 import base64
 import binascii
 import dataclasses
index 46274bdf81805aafcf6859712a8decc06d7e9aec..3d5c3372db7a9eca65292d5bb82843bd5de282f0 100644 (file)
@@ -16,6 +16,7 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """DNS rdatasets (an rdataset is a set of rdatas of a given type and class)"""
+
 import dataclasses
 import io
 import random
index 62df90a37350d1600f349abcd5aa427b7371fda7..13fbb40e6ec02e3157add081e380959554ca4df0 100644 (file)
@@ -16,6 +16,7 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """DNS Zones."""
+
 import contextlib
 import dataclasses
 import io
index 452c2c9e765b8b2fd02ffeeb334e1813aaca96fc..c5dfa331a0e22b0dd3e4f14ec06d947546331440 100644 (file)
@@ -168,9 +168,7 @@ $ORIGIN example.
 """
 
 include_text = """$INCLUDE "%s"
-""" % here(
-    "example"
-)
+""" % here("example")
 
 bad_directive_text = """$FOO bar
 $ORIGIN example.