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 5640e55 commit 010942bCopy full SHA for 010942b
astroid/_backport_stdlib_names.py
@@ -358,4 +358,4 @@
358
elif sys.version_info[:2] == (3, 9):
359
stdlib_module_names = PY_3_9
360
else:
361
- stdlib_module_names = sys.stdlib_module_names
+ stdlib_module_names = sys.stdlib_module_names # pragma: no cover
0 commit comments