File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class IPv4Address(_BaseV4, _BaseAddress):
137
137
def ipv6_mapped (self ) -> IPv6Address : ...
138
138
139
139
class IPv4Network (_BaseV4 , _BaseNetwork [IPv4Address ]):
140
- def __init__ (self , address : object , strict : bool = ... ) -> None : ...
140
+ def __init__ (self , address : object , strict : bool = True ) -> None : ...
141
141
142
142
class IPv4Interface (IPv4Address ):
143
143
netmask : IPv4Address
@@ -197,7 +197,7 @@ class IPv6Address(_BaseV6, _BaseAddress):
197
197
def __eq__ (self , other : object ) -> bool : ...
198
198
199
199
class IPv6Network (_BaseV6 , _BaseNetwork [IPv6Address ]):
200
- def __init__ (self , address : object , strict : bool = ... ) -> None : ...
200
+ def __init__ (self , address : object , strict : bool = True ) -> None : ...
201
201
@property
202
202
def is_site_local (self ) -> bool : ...
203
203
You can’t perform that action at this time.
0 commit comments