mirror of https://github.com/flaggo/pydu.git
remove todo in network
This commit is contained in:
parent
eaa11e6919
commit
1bea626b6d
|
@ -13,7 +13,6 @@ def dotted_netmask(mask):
|
|||
return socket.inet_ntoa(struct.pack('>I', bits))
|
||||
|
||||
|
||||
# todo doc
|
||||
# https://github.com/kennethreitz/requests/blob/master/requests/utils.py
|
||||
def is_ipv4_address(ip):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue