lint: Remove unused imports.

* guix/lint.scm: Remove now unused (gnu packages) and (guix monads)
imports.
master
Ludovic Courtès 2019-07-20 01:18:38 +02:00
parent 99b2042812
commit 6dc28adf72
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 2 deletions

View File

@ -43,9 +43,7 @@
#:use-module (guix scripts)
#:use-module ((guix ui) #:select (texi->plain-text fill-paragraph))
#:use-module (guix gnu-maintenance)
#:use-module (guix monads)
#:use-module (guix cve)
#:use-module (gnu packages)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
#:use-module (ice-9 format)