remove todo in network

This commit is contained in:
Prodesire 2017-11-29 08:25:57 +08:00
parent eaa11e6919
commit 1bea626b6d
1 changed files with 0 additions and 1 deletions

View File

@ -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: