This commit of jsonnet-libs/grafana-builder introduced an import which is not used, and not included in a jsonnetfile.json for the library, which is causing CI issues here.
As part of #898 we'll eventually remove grafana-builder entirely, but for now this will allow CI linting to complete successfully.
Note that this PR does not resolve a few other linting issues found when running jsonnet-lint, those are addressed as drive-by fixes in #918. Thus, when this PR, and #918 are both merged, the master branch should build cleanly.
This commit of jsonnet-libs/grafana-builder introduced an import which is not used, and not included in a
jsonnetfile.json
for the library, which is causing CI issues here.As part of #898 we'll eventually remove grafana-builder entirely, but for now this will allow CI linting to complete successfully.
Note that this PR does not resolve a few other linting issues found when running
jsonnet-lint
, those are addressed as drive-by fixes in #918. Thus, when this PR, and #918 are both merged, the master branch should build cleanly.