Skip to content

Commit

Permalink
Idiomatic usage of import in ns macro.
Browse files Browse the repository at this point in the history
ddeaguiar committed Feb 9, 2013

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
1 parent 0b38d4f commit 6c7fca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns rx.lang.clojure.examples.rx-examples
(import rx.Observable)
(:import rx.Observable)
(:require [clj-http.client :as http]))

; NOTE on naming conventions. I'm using camelCase names (against clojure convention)

0 comments on commit 6c7fca9

Please sign in to comment.