Changed a 'use' to a 'require' in conformance with best practice guidelines.

This commit is contained in:
simon 2016-08-20 22:10:26 +01:00
parent baaa153bcc
commit 51d2fc1ca8

View file

@ -1,7 +1,6 @@
(ns ^{:doc "Authentication functions." (ns ^{:doc "Authentication functions."
:author "Simon Brooke"} :author "Simon Brooke"}
smeagol.authenticate smeagol.authenticate
(:use clojure.walk)
(:require [taoensso.timbre :as timbre] (:require [taoensso.timbre :as timbre]
[noir.io :as io] [noir.io :as io]
[crypto.password.scrypt :as password])) [crypto.password.scrypt :as password]))