From 6485665c87e5eb596d32fde358ce7090f2777c11 Mon Sep 17 00:00:00 2001 From: Tarun Mamidi Date: Tue, 9 Jan 2024 17:13:24 -0600 Subject: [PATCH] Update src/utils/query.py to remove unused import Co-authored-by: Brandon M Wilk --- src/utils/query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/query.py b/src/utils/query.py index 92fd80e..1f0bf95 100644 --- a/src/utils/query.py +++ b/src/utils/query.py @@ -1,4 +1,3 @@ -import pandas as pd import yaml import requests import json