aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/performance/perf_query.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/performance/perf_query.py b/tests/performance/perf_query.py
index 594b9ea..93bb3b2 100644
--- a/tests/performance/perf_query.py
+++ b/tests/performance/perf_query.py
@@ -27,7 +27,6 @@ def timer(func):
def query_executor(query: str,
- dataset_name: Optional[str] = "dataset_name",
fetch_all: bool = True):
"""function to execute a query"""
conn, _ = database_connector()