Skip to content

Commit bbd0112

Browse files
[release/2.7] import 'Dict' to fix common_utils.py (#2181)
Bug introduced by 03c7da0
1 parent 7a876ff commit bbd0112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/testing/_internal/common_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
from typing import (
5050
Any,
5151
Callable,
52+
Dict,
5253
Optional,
5354
TypeVar,
5455
Union,

0 commit comments

Comments
 (0)