]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add missing @ to immutable invocation
authorBob Halley <halley@dnspython.org>
Thu, 2 Dec 2021 22:57:11 +0000 (14:57 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 2 Dec 2021 22:57:11 +0000 (14:57 -0800)
dns/node.py

index b8141c425726f917c448064a1de6dd02c32c4dd0..b3f57859d39addcb00b95471e2f0732e2c3d7c28 100644 (file)
@@ -290,7 +290,7 @@ class Node:
         return False
 
 
-dns.immutable.immutable
+@dns.immutable.immutable
 class ImmutableNode(Node):
     def __init__(self, node):
         super().__init__()