Skip to content

Commit

Permalink
Update data.clj (#24)
Browse files Browse the repository at this point in the history
* Update data.clj

remove warning

* Update data.clj

---------

Co-authored-by: sovelten <[email protected]>
  • Loading branch information
jtrunick and sovelten authored Nov 21, 2024
1 parent 52c00a2 commit de3aba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodely/data.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns nodely.data
(:refer-clojure :exclude [map sequence])
(:refer-clojure :exclude [map sequence flatten])
(:require
[clojure.set :as set]
[schema.core :as s]))
Expand Down

0 comments on commit de3aba6

Please sign in to comment.