Skip to content

Commit 6f34cc0

Browse files
fffrogpytorchmergebot
authored andcommitted
[Code Clean] Remove deadcodes about Python3.9 [5/N] (pytorch#163644)
As the title stated. Pull Request resolved: pytorch#163644 Approved by: https://github.com/jansel ghstack dependencies: pytorch#163626, pytorch#163627, pytorch#163629, pytorch#163643
1 parent ec0cd81 commit 6f34cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/linter/adapters/import_linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class LintMessage(NamedTuple):
4747
CURRENT_FILE_NAME = os.path.basename(__file__)
4848
_MODULE_NAME_ALLOW_LIST: set[str] = set()
4949

50-
# Add builtin modules.
50+
# Add builtin modules of python.
5151
_MODULE_NAME_ALLOW_LIST.update(sys.stdlib_module_names)
5252

5353
# Add the allowed third party libraries. Please avoid updating this unless you

0 commit comments

Comments
 (0)