Skip to content

Commit

Permalink
Removed unused Numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-karlsson0 committed Aug 22, 2021
1 parent 423c0b1 commit a287e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmdet3d/models/dense_heads/centerpoint_head.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
import copy
import numpy as np
import torch
from mmcv.cnn import ConvModule, build_conv_layer
from mmcv.runner import BaseModule, force_fp32
Expand Down

0 comments on commit a287e11

Please sign in to comment.