Skip to content
Snippets Groups Projects
Commit 1c01a30d authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

http-client: Remove redundant import clause.

* guix/http-client.scm: Remove redundant #:use-module (guix utils).
parent 8b94dffd
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (guix http-client) (define-module (guix http-client)
#:use-module (guix utils)
#:use-module (web uri) #:use-module (web uri)
#:use-module ((web client) #:hide (open-socket-for-uri)) #:use-module ((web client) #:hide (open-socket-for-uri))
#:use-module (web response) #:use-module (web response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment