mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
http-client: Remove redundant import clause.
* guix/http-client.scm: Remove redundant #:use-module (guix utils).
This commit is contained in:
parent
8b94dffde8
commit
1c01a30d66
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue