Skip to content

Commit

Permalink
Idiomatic usage of import in ns macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeaguiar committed Feb 9, 2013
1 parent c864607 commit 4ff5ff7
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)
Expand Down

0 comments on commit 4ff5ff7

Please sign in to comment.