From 870ef65d8434c2a8d4167daa74c07927ff5f4578 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 12 Aug 2024 21:03:44 -0600 Subject: [PATCH] Typecheck the query module --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8748a81d8..33f5b9c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,6 @@ strict = false # GOAL: Remove this whole section! module = [ "icepyx.core.read", - "icepyx.core.query", "icepyx.core.visualization", "icepyx.quest.dataset_scripts.argo", "icepyx.tests.test_Earthdata",