diff options
| author | Bob Halley <halley@dnspython.org> | 2022-10-02 10:04:05 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-10-02 10:04:05 -0700 |
| commit | bfa397c9b97487e4f9d54f3d41323ccda1fc4b1d (patch) | |
| tree | 39a55f7c953ead04f591dd42bd89ad6a80c86733 /dns/zone.py | |
| parent | bc4c1901384f725a7e4deb30cbef930449e872c7 (diff) | |
| download | dnspython-bfa397c9b97487e4f9d54f3d41323ccda1fc4b1d.tar.gz | |
more lint
Diffstat (limited to 'dns/zone.py')
| -rw-r--r-- | dns/zone.py | 2 |
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 |
