Removed blank line
This commit is contained in:
parent
025a4827f3
commit
c79a963009
@ -851,7 +851,6 @@ def is_valid_ipv4(address):
|
||||
"""valid the address strictly as per format xxx.xxx.xxx.xxx.
|
||||
where xxx is a value between 0 and 255.
|
||||
"""
|
||||
|
||||
parts = address.split(".")
|
||||
if len(parts) != 4:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user