Skip to content

Commit

Permalink
Revert init
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chu <justinchu@microsoft.com>
  • Loading branch information
justinchuby committed Sep 21, 2023
1 parent f5bbf06 commit e92256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnx/backend/test/case/node/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
from copy import deepcopy
from pathlib import Path
from typing import Any, Callable, Dict, List, Literal, Optional, Sequence, Tuple, Union
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, Union

import numpy as np

Expand Down Expand Up @@ -236,7 +236,7 @@ def _make_test_model_gen_version(graph: GraphProto, **kwargs: Any) -> ModelProto
# the latest opset vesion that supports before targeted opset version
def expect(
node_op: onnx.NodeProto,
inputs: Sequence[Union[np.ndarray, TensorProto, Literal[""]]],
inputs: Sequence[Union[np.ndarray, TensorProto]],
outputs: Sequence[Union[np.ndarray, TensorProto]],
name: str,
**kwargs: Any,
Expand Down

0 comments on commit e92256b

Please sign in to comment.