summaryrefslogtreecommitdiff
path: root/guix/http-client.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-10 22:35:12 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-10 23:14:16 +0200
commit1c01a30d6602b087e21f79db0bb973104be411fc (patch)
treefcbacd3968f31cc7940f219bd3652f5c30a30d68 /guix/http-client.scm
parent8b94dffde89a87a31c50d5c73ffb6f8a1b97616a (diff)
downloadgnu-guix-1c01a30d6602b087e21f79db0bb973104be411fc.tar
gnu-guix-1c01a30d6602b087e21f79db0bb973104be411fc.tar.gz
http-client: Remove redundant import clause.
* guix/http-client.scm: Remove redundant #:use-module (guix utils).
Diffstat (limited to 'guix/http-client.scm')
-rw-r--r--guix/http-client.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/http-client.scm b/guix/http-client.scm
index dc8d3298fc..201615ddcb 100644
--- a/guix/http-client.scm
+++ b/guix/http-client.scm
@@ -19,7 +19,6 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (guix http-client)
- #:use-module (guix utils)
#:use-module (web uri)
#:use-module ((web client) #:hide (open-socket-for-uri))
#:use-module (web response)