From cdc7e6df02a338a4fdabe69fa2d3148f95365938 Mon Sep 17 00:00:00 2001 From: rjzamora Date: Tue, 16 Jul 2024 13:37:53 -0700 Subject: [PATCH] remove tests/__init__.py change --- tests/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index 3e70093aa..e69de29bb 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +0,0 @@ -from merlin.core import _DASK_QUERY_PLANNING_ENABLED - -assert _DASK_QUERY_PLANNING_ENABLED is False