From 815a93ce891f60735df74cf64f947395eca0566e Mon Sep 17 00:00:00 2001 From: CodemodService Bot <> Date: Wed, 6 Oct 2021 21:18:33 -0700 Subject: [PATCH] Daily `arc lint --take BLACK` Reviewed By: zertosh Differential Revision: D31464988 fbshipit-source-id: 2eaf28d6869ccb70fd4df4f7de15d959cdaba0be --- pytorch3d/common/workaround/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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