From 9bafdbcfc7a6fb3f870bf77d511da2b04bfff486 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 22 Feb 2026 16:53:53 +0100 Subject: Refactor: remove unneccessary requires --- src/cashflow/utils.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cashflow/utils.clj') diff --git a/src/cashflow/utils.clj b/src/cashflow/utils.clj index abbd2f9..227a2e7 100644 --- a/src/cashflow/utils.clj +++ b/src/cashflow/utils.clj @@ -1,5 +1,4 @@ -(ns cashflow.utils - (:require [clojure.string :as cstr])) +(ns cashflow.utils) (defn- n*string [n string] (when (string? string) -- cgit v1.2.3