Skip to content

Commit

Permalink
Fix CI (#1931)
Browse files Browse the repository at this point in the history
The from future import annotation in onnxscript/rewriter/testing.py was
not set
  • Loading branch information
titaiwangms authored Nov 5, 2024
1 parent 22ba55e commit a3c4604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxscript/rewriter/testing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from __future__ import annotations

from typing import Any

Expand Down

0 comments on commit a3c4604

Please sign in to comment.