Skip to content

Commit a98c912

Browse files
authored
[build] Fix building with torch nightly (#27398)
It was blocking ort build with torch-nightly
1 parent b8fc969 commit a98c912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/python/util/pytorch_export_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4+
from __future__ import annotations
5+
46
import inspect
57
from collections import abc
68

0 commit comments

Comments
 (0)