From 7ed080e4c0b3ebf94994dd8aecbc140a2f545fae Mon Sep 17 00:00:00 2001
From: spencer <swilbur@usgs.gov>
Date: Thu, 26 Sep 2024 09:24:54 -0600
Subject: [PATCH] Updated data_test.py to not retrieve FilterApiQuery from
 DataApiQuery. Honestly not sure how these are just now causing issues when
 all my previous commits have contained this code.

---
 test/api_test/ws_test/data_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/api_test/ws_test/data_test.py b/test/api_test/ws_test/data_test.py
index f56f7429..e0b731ef 100644
--- a/test/api_test/ws_test/data_test.py
+++ b/test/api_test/ws_test/data_test.py
@@ -10,7 +10,6 @@ from geomagio.api.ws.DataApiQuery import (
     DataApiQuery,
     OutputFormat,
     SamplingPeriod,
-    FilterDataApiQuery,
 )
 
 
-- 
GitLab