From 3591e38a821c735fad9033ec4516d2cbe0202e3d Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Sat, 30 Nov 2024 14:26:50 +0000 Subject: [PATCH] fixed syntax error --- notebooks/noj_book/render_tools.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebooks/noj_book/render_tools.clj b/notebooks/noj_book/render_tools.clj index aab8065..8a86f1f 100644 --- a/notebooks/noj_book/render_tools.clj +++ b/notebooks/noj_book/render_tools.clj @@ -10,8 +10,7 @@ [scicloj.metamorph.ml.preprocessing :as preprocessing] [tablecloth.api :as tc] [tech.v3.dataset.modelling :as ds-mod] - [tech.v3.datatype.functional :as dtf] - ) + [tech.v3.datatype.functional :as dtf])) (defn anchor-or-nothing [x text]