mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Remove deprecated aliases for OSError
This commit is contained in:
parent
0bb1576887
commit
55c13f0834
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue