We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5155 commit d68a541Copy full SHA for d68a541
doc/whatsnew/fragments/10593.bugfix renamed to doc/whatsnew/fragments/10593.false_positive
pylint/checkers/stdlib.py
@@ -262,6 +262,7 @@
262
"cgi.log",
263
},
264
(3, 11, 0): {
265
+ "importlib.resources.contents",
266
"locale.getdefaultlocale",
267
"locale.resetlocale",
268
"re.template",
@@ -272,7 +273,6 @@
272
273
"unittest.TestLoader.loadTestsFromTestCase",
274
"unittest.TestLoader.getTestCaseNames",
275
"unittest.TestProgram.usageExit",
- "importlib.resources.contents",
276
277
(3, 12, 0): {
278
"asyncio.get_child_watcher",
0 commit comments