dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.78k stars 408 forks source link

Clean imports and remove unused imports #570

Closed gitankitsingh closed 3 years ago

gitankitsingh commented 3 years ago

Cleans imports and remove unused ones.

rymndhng commented 3 years ago

This looks fine to me (the output looks the same as cljr-clean-ns in Emacs 😬). However I will defer to @dakrone on this one to double check on preferred ns form styles.

rymndhng commented 3 years ago

Thanks for the contribution!