[mod] remove useless weird comment

This commit is contained in:
Laurent Peuch 2019-08-25 16:48:21 +02:00
parent 68e9724517
commit 0849adbee1

View file

@ -71,9 +71,6 @@ def get_gateway():
return addr.popitem()[1] if len(addr) == 1 else None return addr.popitem()[1] if len(addr) == 1 else None
#
def _extract_inet(string, skip_netmask=False, skip_loopback=True): def _extract_inet(string, skip_netmask=False, skip_loopback=True):
""" """
Extract IP addresses (v4 and/or v6) from a string limited to one Extract IP addresses (v4 and/or v6) from a string limited to one