civodul pushed a commit to branch master
in repository guix.

commit 1c01a30d6602b087e21f79db0bb973104be411fc
Author: Ludovic Courtès <[email protected]>
Date:   Thu Sep 10 22:35:12 2015 +0200

    http-client: Remove redundant import clause.
    
    * guix/http-client.scm: Remove redundant #:use-module (guix utils).
---
 guix/http-client.scm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

Reply via email to