mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 14:20:38 +08:00
check for cyclic deps
Summary: New test that each subpackage of pytorch3d imports cleanly. Reviewed By: patricklabatut Differential Revision: D30001632 fbshipit-source-id: ca8dcac94491fc22f33602b3bbef481cba927094
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fadec970c9
commit
77fa5987b8
@@ -35,4 +35,5 @@ from .utils import (
|
||||
)
|
||||
from .vert_align import vert_align
|
||||
|
||||
|
||||
__all__ = [k for k in globals().keys() if not k.startswith("_")]
|
||||
|
||||
Reference in New Issue
Block a user