Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
izaitsevfb committed Dec 7, 2022
1 parent b54a7ab commit 3d75c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/onnx/test_pytorch_onnx_no_runtime.py
Expand Up @@ -9,13 +9,14 @@
import unittest.mock
from typing import Callable, Dict, Iterable, List, Optional, Tuple, Union

import numpy as np

import onnx
import onnx.numpy_helper

import torch
import torch.nn.functional as F
from torch import Tensor
import numpy as np
from torch.onnx import OperatorExportTypes, symbolic_helper, utils
from torch.onnx._globals import GLOBALS
from torch.onnx._internal import registration
Expand Down

0 comments on commit 3d75c1b

Please sign in to comment.