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