Fix the circular import (#466)

This commit is contained in:
Kevin Shao 2023-07-22 23:15:42 -05:00 committed by GitHub
parent d0152cf97c
commit cfc1acb42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import torch
from mmdet3d.ops.feature_decorator import feature_decorator_ext
from . import feature_decorator_ext
__all__ = ["feature_decorator"]