http-client: Remove redundant import clause.

* guix/http-client.scm: Remove redundant #:use-module (guix utils).
This commit is contained in:
Ludovic Courtès 2015-09-10 22:35:12 +02:00
parent 8b94dffde8
commit 1c01a30d66
1 changed files with 0 additions and 1 deletions

View File

@ -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)