From c34af7dfaa56982b8be1ea5203f39b93288ae9d6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 2 Dec 2021 14:57:11 -0800 Subject: [PATCH] add missing @ to immutable invocation --- dns/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/node.py b/dns/node.py index b8141c42..b3f57859 100644 --- a/dns/node.py +++ b/dns/node.py @@ -290,7 +290,7 @@ class Node: return False -dns.immutable.immutable +@dns.immutable.immutable class ImmutableNode(Node): def __init__(self, node): super().__init__() -- 2.47.3