Skip to content

Commit 02bebc6

Browse files
authored
also undeprecate optparse
Upstream undeprecated it in December (python/cpython#126227)
1 parent 47579c8 commit 02bebc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylint/checkers/imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
DEPRECATED_MODULES = {
4949
(0, 0, 0): {"tkinter.tix", "fpectl"},
50-
(3, 2, 0): {"optparse"},
5150
(3, 3, 0): {"xml.etree.cElementTree"},
5251
(3, 4, 0): {"imp"},
5352
(3, 5, 0): {"formatter"},

0 commit comments

Comments
 (0)