From 11360aa284c49062e38b46b60f1a01d717a0a9c1 Mon Sep 17 00:00:00 2001 From: jmaeng72 <44305062+jmaeng72@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:31:48 -0500 Subject: [PATCH] prettify for PR --- metadata-db-app/src/cmr/metadata_db/services/subscriptions.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata-db-app/src/cmr/metadata_db/services/subscriptions.clj b/metadata-db-app/src/cmr/metadata_db/services/subscriptions.clj index 672749787e..893a200bda 100644 --- a/metadata-db-app/src/cmr/metadata_db/services/subscriptions.clj +++ b/metadata-db-app/src/cmr/metadata_db/services/subscriptions.clj @@ -2,7 +2,6 @@ "Buisness logic for subscription processing." (:require [cheshire.core :as json] - [clojure.string :as str] [clj-http.client :as client] [cmr.common.log :refer [debug info]] [cmr.common.services.errors :as errors]