We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fc969 commit a98c912Copy full SHA for a98c912
tools/python/util/pytorch_export_helpers.py
@@ -1,6 +1,8 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
+from __future__ import annotations
5
+
6
import inspect
7
from collections import abc
8
0 commit comments