Skip to content

Commit

Permalink
Fix type hint import errors (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
zytx121 authored Feb 27, 2023
1 parent 35c766e commit fc4c792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmrotate/models/detectors/refine_single_stage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
from collections import Sequence
from typing import List, Tuple, Union
from typing import List, Sequence, Tuple, Union

from mmdet.models.detectors.base import BaseDetector
from mmdet.models.utils import unpack_gt_instances
Expand Down

0 comments on commit fc4c792

Please sign in to comment.