Skip to content

Commit

Permalink
Remove bad imports of a non-existent module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Kuznetsova committed Feb 20, 2015
1 parent 850ff52 commit ee3fbd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/main/clj/com/climate/services/aws/ec2.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(ns com.climate.services.aws.ec2
(:use
com.climate.services.aws.common)
(:require
clojure.stacktrace)
(:import
Expand Down
2 changes: 0 additions & 2 deletions src/main/clj/com/climate/services/aws/emr.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(ns com.climate.services.aws.emr
(:use
com.climate.services.aws.common)
(:require
[lemur.util :as util]
[clojure.tools.logging :as log]
Expand Down
2 changes: 0 additions & 2 deletions src/main/clj/com/climate/services/aws/s3.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(ns com.climate.services.aws.s3
(:use
com.climate.services.aws.common)
(:require
[com.climate.io :as ccio]
[clojure.tools.logging :as log]
Expand Down

0 comments on commit ee3fbd9

Please sign in to comment.