Skip to content

Commit

Permalink
remove unused improt
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Apr 17, 2023
1 parent 6ded090 commit e09b70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion otx/algorithms/common/adapters/mmcv/utils/automatic_bs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions
# and limitations under the License.

from typing import Callable, Dict, List, Optional
from typing import Callable, List
from copy import deepcopy

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion otx/algorithms/common/adapters/torch/utils/automatic_bs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# and limitations under the License.

from typing import Callable
from copy import deepcopy

import torch

Expand Down

0 comments on commit e09b70e

Please sign in to comment.