summaryrefslogtreecommitdiff
path: root/dns/zone.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-10-02 10:04:05 -0700
committerBob Halley <halley@dnspython.org>2022-10-02 10:04:05 -0700
commitbfa397c9b97487e4f9d54f3d41323ccda1fc4b1d (patch)
tree39a55f7c953ead04f591dd42bd89ad6a80c86733 /dns/zone.py
parentbc4c1901384f725a7e4deb30cbef930449e872c7 (diff)
downloaddnspython-bfa397c9b97487e4f9d54f3d41323ccda1fc4b1d.tar.gz
more lint
Diffstat (limited to 'dns/zone.py')
-rw-r--r--dns/zone.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/zone.py b/dns/zone.py
index d3bdb3b..cc8268d 100644
--- a/dns/zone.py
+++ b/dns/zone.py
@@ -904,8 +904,6 @@ class VersionedNode(dns.node.Node): # lgtm[py/missing-equals]
@dns.immutable.immutable
class ImmutableVersionedNode(VersionedNode):
- __slots__ = ["id"]
-
def __init__(self, node):
super().__init__()
self.id = node.id