Skip to content

Commit 6437870

Browse files
committed
Fixing imports.
1 parent 6655dac commit 6437870

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/test_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import os
33
from abc import ABC, abstractmethod
44
from functools import lru_cache
5-
from functools import lru_cache
6-
from typing import Tuple
75
from typing import Tuple
86

97
import numpy as np

torchvision/ops/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from typing import List, Union
21
from typing import List, Optional, Tuple, Union
32

43
import torch

0 commit comments

Comments
 (0)