From 51d2fc1ca8a7796aac5bf5daf1eef7b75be0d690 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 20 Aug 2016 22:10:26 +0100 Subject: [PATCH] Changed a 'use' to a 'require' in conformance with best practice guidelines. --- src/smeagol/authenticate.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smeagol/authenticate.clj b/src/smeagol/authenticate.clj index 6decdbf..0b4c959 100644 --- a/src/smeagol/authenticate.clj +++ b/src/smeagol/authenticate.clj @@ -1,7 +1,6 @@ (ns ^{:doc "Authentication functions." :author "Simon Brooke"} smeagol.authenticate - (:use clojure.walk) (:require [taoensso.timbre :as timbre] [noir.io :as io] [crypto.password.scrypt :as password]))