Skip to content

Commit e7062a1

Browse files
author
Vincent Moens
committed
[BugFix] Fix typing for python 3.9
ghstack-source-id: 663da84 Pull Request resolved: #2631
1 parent 594462d commit e7062a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/mocking_classes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
5+
from __future__ import annotations
6+
57
from typing import Dict, List, Optional
68

79
import torch

0 commit comments

Comments
 (0)