Skip to content

Commit d686513

Browse files
author
Yannick Scherer
committed
require inline 'potemkin' namespace using the full symbol.
Otherwise, a tool like 'benedekfazekas/mranderson' might replace the occurence of 'potemkin' with the moved namespace.
1 parent 68ce59f commit d686513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rewrite_clj/zip.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[subedit :as subedit]
1414
[walk :as walk]
1515
[whitespace :as ws]]
16+
[rewrite-clj.potemkin :refer [import-vars]]
1617
[rewrite-clj
1718
[parser :as p]
18-
[potemkin :refer [import-vars]]
1919
[node :as node]]
2020
[clojure.zip :as z]))
2121

0 commit comments

Comments
 (0)