From 1c01a30d6602b087e21f79db0bb973104be411fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 10 Sep 2015 22:35:12 +0200
Subject: [PATCH] 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(-)

diff --git a/guix/http-client.scm b/guix/http-client.scm
index dc8d3298fc7..201615ddcb6 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)
-- 
GitLab