From 4befcf7d4983a37667557f574a697c6ec016aae9 Mon Sep 17 00:00:00 2001 From: ivy-branch Date: Wed, 27 Dec 2023 09:01:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Lint=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py b/ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py index 61f8e47fc26c3..d8e0b1c19046e 100644 --- a/ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py +++ b/ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py @@ -58,7 +58,7 @@ from ivy_test import helpers from ivy_test.helpers import CLASS_TREE, handle_frontend_methodtry: -try: +try: import torch except ImportError: torch = SimpleNamespace()