From a064c182561a935b159cf9871060b61b0250b640 Mon Sep 17 00:00:00 2001 From: Mark Wardle Date: Sat, 14 Jan 2023 22:39:13 +0000 Subject: [PATCH] Remove unused namespace --- cmd/com/eldrix/hermes/cmd/cli.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/com/eldrix/hermes/cmd/cli.clj b/cmd/com/eldrix/hermes/cmd/cli.clj index 781f5846..3ed8648f 100644 --- a/cmd/com/eldrix/hermes/cmd/cli.clj +++ b/cmd/com/eldrix/hermes/cmd/cli.clj @@ -1,6 +1,5 @@ (ns com.eldrix.hermes.cmd.cli (:require [clojure.set :as set] - [clojure.spec.alpha :as s] [clojure.string :as str] [clojure.tools.cli :as cli]))