time-machine: Remove unused binding from #:select.

* guix/scripts/time-machine.scm: Remove unused binding from #:select.

Change-Id: I2e6ff09f02659a8967d10f98ad30d638808dbf1c
This commit is contained in:
Ludovic Courtès 2025-02-24 16:16:54 +01:00
parent 61a9aa7fbe
commit 59167a010b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28,7 +28,7 @@
#:use-module (guix store)
#:use-module (guix status)
#:use-module ((guix git)
#:select (update-cached-checkout with-git-error-handling))
#:select (with-git-error-handling))
#:use-module ((guix utils)
#:select (%current-system))
#:use-module ((guix scripts pull)