Skip to content

Commit 66d6f85

Browse files
committed
Fix: removed scope_id attr in IPV6Address clas
Signed-off-by: RafaelJohn9 <[email protected]>
1 parent 1f29c6c commit 66d6f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/ipaddress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,6 @@ def __init__(self, address):
21992199
self.network = IPv6Network((addr, mask), strict=False)
22002200
self.netmask = self.network.netmask
22012201
self._prefixlen = self.network._prefixlen
2202-
self._scope_id = addr.scope_id if isinstance(addr, IPv6Address) else None
22032202

22042203
@functools.cached_property
22052204
def hostmask(self):

0 commit comments

Comments
 (0)