Skip to content

Commit

Permalink
Merge pull request michaelklishin#87 from tuddman/master
Browse files Browse the repository at this point in the history
adds update to list of exclusions
  • Loading branch information
michaelklishin committed Jan 8, 2016
2 parents 08c7e51 + 32fc142 commit 8bf6a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/neocons/rest/relationships.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; You must not remove this notice, or any other, from this software.

(ns clojurewerkz.neocons.rest.relationships
(:refer-clojure :exclude [get find])
(:refer-clojure :exclude [get find update])
(:require [cheshire.core :as json]
[clojurewerkz.neocons.rest :as rest]
[clojurewerkz.neocons.rest.cypher :as cypher]
Expand Down

0 comments on commit 8bf6a2d

Please sign in to comment.