From d9c3daa9c7fe202d02c516d5cd60910e96ca829a Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Mon, 19 Aug 2024 12:00:27 -0500 Subject: [PATCH] feat(exasol): implement `approx_nunique`, `std`, `var` --- ibis/backends/tests/test_aggregation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ibis/backends/tests/test_aggregation.py b/ibis/backends/tests/test_aggregation.py index 40e2a5ca2501..cdccd7ae3492 100644 --- a/ibis/backends/tests/test_aggregation.py +++ b/ibis/backends/tests/test_aggregation.py @@ -13,7 +13,6 @@ from ibis import literal as L from ibis.backends.tests.errors import ( ClickHouseDatabaseError, - ExaQueryError, GoogleBadRequest, ImpalaHiveServer2Error, MySQLNotSupportedError,