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
|
@ -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 New Issue