diff --git a/pytorch3d/common/workaround/__init__.py b/pytorch3d/common/workaround/__init__.py index 95ec3422..058b01ef 100644 --- a/pytorch3d/common/workaround/__init__.py +++ b/pytorch3d/common/workaround/__init__.py @@ -4,5 +4,5 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -from .utils import _safe_det_3x3 from .symeig3x3 import symeig3x3 +from .utils import _safe_det_3x3