Skip to content

Commit d68a541

Browse files
committed
Fix changelog fragment name and alphabetize importlib.resources.contents entry
1 parent b8a5155 commit d68a541

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pylint/checkers/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
"cgi.log",
263263
},
264264
(3, 11, 0): {
265+
"importlib.resources.contents",
265266
"locale.getdefaultlocale",
266267
"locale.resetlocale",
267268
"re.template",
@@ -272,7 +273,6 @@
272273
"unittest.TestLoader.loadTestsFromTestCase",
273274
"unittest.TestLoader.getTestCaseNames",
274275
"unittest.TestProgram.usageExit",
275-
"importlib.resources.contents",
276276
},
277277
(3, 12, 0): {
278278
"asyncio.get_child_watcher",

0 commit comments

Comments
 (0)