Skip to content

Commit

Permalink
Try to remove cyclical dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ezmiller committed Jan 19, 2024
1 parent 57c2be4 commit fcb16c4
Show file tree
Hide file tree
Showing 2 changed files with 928 additions and 928 deletions.
2 changes: 1 addition & 1 deletion src/tablecloth/api/lift_operators.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns tablecloth.api.lift-operators
(:require [tablecloth.api :refer [select-columns add-or-replace-column]]
(:require [tablecloth.api.columns :refer [select-columns add-or-replace-column]]
[tablecloth.utils.codegen :refer [do-lift]]))

(defn get-meta [fn-sym]
Expand Down
Loading

0 comments on commit fcb16c4

Please sign in to comment.