From c89d2b567897ddb4194559315a0678e0f4eedeb8 Mon Sep 17 00:00:00 2001 From: Lum Date: Wed, 27 Nov 2024 10:48:05 -0800 Subject: [PATCH] remove unused export --- .../wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java | 1 - 1 file changed, 1 deletion(-) diff --git a/WNPRC_EHR/src/org/labkey/wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java b/WNPRC_EHR/src/org/labkey/wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java index bda4861a3..07d915896 100644 --- a/WNPRC_EHR/src/org/labkey/wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java +++ b/WNPRC_EHR/src/org/labkey/wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java @@ -37,7 +37,6 @@ import java.util.Set; import org.labkey.api.data.ResultsImpl; import org.labkey.api.data.Results; -import org.labkey.study.xml.Lab; import javax.script.ScriptEngine;