From 1c01a30d6602b087e21f79db0bb973104be411fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 10 Sep 2015 22:35:12 +0200 Subject: http-client: Remove redundant import clause. * guix/http-client.scm: Remove redundant #:use-module (guix utils). --- guix/http-client.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'guix/http-client.scm') 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 . (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) -- cgit v1.2.3