lib/tests/maintainers.nix: remove unused binding

This commit is contained in:
figsoda 2022-09-26 22:07:51 -04:00
parent 4ef185c1b8
commit f9f6872960

View file

@ -6,7 +6,6 @@
}:
let
inherit (lib) types;
checkMaintainer = handle: uncheckedAttrs:
let
prefix = [ "lib" "maintainers" handle ];