diff --git a/src/util/helper.py b/src/util/helper.py index 2e2c1697..18bf4a69 100644 --- a/src/util/helper.py +++ b/src/util/helper.py @@ -9,10 +9,6 @@ import logging import base64 import gevent -if "inet_pton" not in dir(socket): - import win_inet_pton - - from Config import config