diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-10 22:35:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-10 23:14:16 +0200 |
commit | 1c01a30d6602b087e21f79db0bb973104be411fc (patch) | |
tree | fcbacd3968f31cc7940f219bd3652f5c30a30d68 /guix/http-client.scm | |
parent | 8b94dffde89a87a31c50d5c73ffb6f8a1b97616a (diff) |
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.scm | 1 |
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) |