guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: http-client: Remove redundant import clause.


From: Ludovic Courtès
Subject: 01/03: http-client: Remove redundant import clause.
Date: Thu, 10 Sep 2015 21:14:45 +0000

civodul pushed a commit to branch master
in repository guix.

commit 1c01a30d6602b087e21f79db0bb973104be411fc
Author: Ludovic Courtès <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]