diff --git a/linkcheck/checker/const.py b/linkcheck/checker/const.py index bf4a8be6..c5d3fe9e 100644 --- a/linkcheck/checker/const.py +++ b/linkcheck/checker/const.py @@ -17,7 +17,6 @@ Helper constants. """ import socket -import select import nntplib import ftplib import requests @@ -37,8 +36,6 @@ ExcCacheList = [ OSError, # OSError is thrown on Windows when a file is not found LinkCheckerError, DNSException, - socket.error, - select.error, # nttp errors (including EOFError) nntplib.NNTPError, EOFError,