Skip to content

Commit

Permalink
[Fix] Recheck import sorting (#1242)
Browse files Browse the repository at this point in the history
* fix missed mmcv

* reinstall pre-commit and recheck
  • Loading branch information
wHao-Wu authored Feb 16, 2022
1 parent b6c10f5 commit 63cfb79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mmdet3d/utils/setup_env.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) OpenMMLab. All rights reserved.
import cv2
import os
import platform
import warnings

import cv2
from torch import multiprocessing as mp


Expand Down
3 changes: 2 additions & 1 deletion tests/test_utils/test_setup_env.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) OpenMMLab. All rights reserved.
import cv2
import multiprocessing as mp
import os
import platform

import cv2
from mmcv import Config

from mmdet3d.utils import setup_multi_processes
Expand Down
1 change: 1 addition & 0 deletions tools/data_converter/kitti_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from os import path as osp
from pathlib import Path

import mmcv
import numpy as np
from skimage import io

Expand Down

0 comments on commit 63cfb79

Please sign in to comment.