Skip to content

Commit 55e8c37

Browse files
authored
Update exported_program_translator.py
1 parent 9f7d72f commit 55e8c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relax/frontend/torch/exported_program_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# pylint: disable=invalid-name, inconsistent-return-statements, unidiomatic-typecheck
1919
# pylint: disable=import-outside-toplevel
2020
"""PyTorch ExportedProgram of Relax."""
21-
from collections import ChainMap, OrderedDict,
21+
from collections import ChainMap, OrderedDict
2222
from functools import partial
2323
from typing import Callable, Dict, List, Optional, Tuple
2424

0 commit comments

Comments
 (0)