Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 18, 2019
1 parent 329e277 commit 6c95845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_assigner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import torch

from mmdet.core import MaxIoUAssigner
from mmdet.core.bbox.assigners import PointAssigner
from mmdet.core.bbox.assigners import ApproxMaxIoUAssigner
from mmdet.core.bbox.assigners import ApproxMaxIoUAssigner, PointAssigner


def test_max_iou_assigner_with_ignore():
Expand Down

0 comments on commit 6c95845

Please sign in to comment.