Skip to content

Commit

Permalink
Fixing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Oct 5, 2021
1 parent 6655dac commit 6437870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import os
from abc import ABC, abstractmethod
from functools import lru_cache
from functools import lru_cache
from typing import Tuple
from typing import Tuple

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion torchvision/ops/_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import List, Union
from typing import List, Optional, Tuple, Union

import torch
Expand Down

0 comments on commit 6437870

Please sign in to comment.