]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
ty 0.0.12 lint
authorBob Halley <halley@dnspython.org>
Sat, 17 Jan 2026 16:11:37 +0000 (08:11 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 17 Jan 2026 16:11:37 +0000 (08:11 -0800)
dns/rdataset.py

index 0c061cd32a25d8117b636c09e15cc3df6036a30d..dda5bb5051311908c0e3fb80b6050ecb4e47f954 100644 (file)
@@ -370,7 +370,7 @@ class ImmutableRdataset(Rdataset):  # lgtm[py/missing-equals]
     def update_ttl(self, ttl):
         raise TypeError("immutable")
 
-    def add(self, rd, ttl=None):  # type: ignore
+    def add(self, rd, ttl=None):  # pyright: ignore
         raise TypeError("immutable")
 
     def union_update(self, other):