Skip to content

Commit 40c1457

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 010942b commit 40c1457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/_backport_stdlib_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@
358358
elif sys.version_info[:2] == (3, 9):
359359
stdlib_module_names = PY_3_9
360360
else:
361-
stdlib_module_names = sys.stdlib_module_names # pragma: no cover
361+
stdlib_module_names = sys.stdlib_module_names # pragma: no cover

0 commit comments

Comments
 (0)