Skip to content

Commit

Permalink
Remove useless files (open-mmlab#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire authored Oct 27, 2021
1 parent a563a03 commit 6c420dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mmdeploy/mmcv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from .functions import * # noqa: F401,F403
from .modules import * # noqa: F401,F403
from .ops import * # noqa: F401,F403
Empty file.
Empty file removed mmdeploy/mmcv/modules/__init__.py
Empty file.
1 change: 0 additions & 1 deletion mmdeploy/mmdet/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from .anchor import * # noqa: F401,F403
from .bbox import * # noqa: F401,F403
from .post_processing import * # noqa: F401,F403
Empty file.
1 change: 0 additions & 1 deletion mmdeploy/mmdet/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .dense_heads import * # noqa: F401,F403
from .detectors import * # noqa: F401,F403
from .necks import * # noqa: F401,F403
from .roi_heads import * # noqa: F401,F403
Empty file.

0 comments on commit 6c420dc

Please sign in to comment.