http-client: Remove redundant import clause. * guix/http-client.scm: Remove redundant #:use-module (guix utils).
1 files changed, 0 insertions(+), 1 deletions(-) M guix/http-client.scm
M guix/http-client.scm => guix/http-client.scm +0 -1
@@ 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)