Skip to content

Commit

Permalink
Fix deprecated methods from #4620
Browse files Browse the repository at this point in the history
  • Loading branch information
matusvalo authored and Pierre-Sassoulas committed Jun 29, 2021
1 parent 52027cb commit 0f6a38e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pylint/checkers/stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@
},
(3, 6, 0): {
"importlib._bootstrap_external.FileLoader.load_module",
"ssl.RAND_pseudo_bytes",
"ssl.SSLSocket.read",
"SSLSocket.write",
"_ssl.RAND_pseudo_bytes",
},
(3, 7, 0): {
"sys.set_coroutine_wrapper",
Expand Down Expand Up @@ -241,8 +239,6 @@
"zipimport.zipimporter.load_module",
"zipimport.zipimporter.find_module",
"zipimport.zipimporter.find_loader",
"sqlite3.enable_shared_cache",
"pathlib.Path.link_to",
"threading.currentThread",
"threading.activeCount",
"threading.Condition.notifyAll",
Expand All @@ -252,7 +248,6 @@
"threading.Thread.isDaemon",
"threading.Thread.setDaemon",
"cgi.log",
"SSLSocket.selected_npn_protocol",
},
},
}
Expand Down

0 comments on commit 0f6a38e

Please sign in to comment.