From 3ad0d204712de2e4e7fb2393f2899f8ed0c6ac17 Mon Sep 17 00:00:00 2001 From: ivy-branch Date: Mon, 25 Sep 2023 13:58:19 +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 --- .../test_frontends/test_jax/test_func_wrapper.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py b/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py index 79fda9914ea35..e8551eed25159 100644 --- a/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py +++ b/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py @@ -23,16 +23,6 @@ def _fn(x, check_default=False): ivy.default_float_dtype(), "float64", as_array=False ) - - - - - - - - - - ivy.utils.assertions.check_equal( ivy.default_int_dtype(), "int64", as_array=False )