mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Changed a 'use' to a 'require' in conformance with best practice guidelines.
This commit is contained in:
parent
baaa153bcc
commit
51d2fc1ca8
1 changed files with 0 additions and 1 deletions
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue