Skip to content

Commit

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

import numpy as np
from typing_extensions import Literal

import onnx
from onnx.backend.test.case.test_case import TestCase
Expand Down

0 comments on commit d2a9069

Please sign in to comment.