Skip to content

Commit

Permalink
Fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Aug 24, 2022
1 parent 6ba45c2 commit 3da3f67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/toucan2/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
[clojure.walk :as walk]
[pretty.core :as pretty]
[puget.printer :as puget]
[toucan2.protocols :as protocols]
[toucan2.util :as u]))
[toucan2.protocols :as protocols]))

;;; TODO -- there is a lot of repeated code in here to make sure we don't accidentally realize and print `IReduceInit`,
;;; and at least 3 places we turn an `eduction` into the same pretty form. Maybe we should try to consolidate some of
Expand Down

0 comments on commit 3da3f67

Please sign in to comment.