Skip to content

Commit

Permalink
[BugFix] Fix typing for python 3.9
Browse files Browse the repository at this point in the history
ghstack-source-id: 663da84096214611804a726e2d38d27a6f21c958
Pull Request resolved: #2631
  • Loading branch information
vmoens committed Dec 4, 2024
1 parent 594462d commit e7062a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mocking_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import annotations

from typing import Dict, List, Optional

import torch
Expand Down

0 comments on commit e7062a1

Please sign in to comment.