From c5556d2e89c8d613a416267e46438bfb7bcbee92 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Thu, 10 Mar 2022 10:52:11 -0700 Subject: [PATCH] remove unused imports Signed-off-by: Travis Glenn Hansen --- bin/liveness-probe | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/liveness-probe b/bin/liveness-probe index c2d9470..b908d9b 100755 --- a/bin/liveness-probe +++ b/bin/liveness-probe @@ -1,10 +1,7 @@ #!/usr/bin/env -S node --nouse-idle-notification --expose-gc -const yaml = require("js-yaml"); -const fs = require("fs"); const { grpc } = require("../src/utils/grpc"); -let options; const args = require("yargs") .env("DEMOCRATIC_CSI_LIVENESS_PROBE") .scriptName("liveness-probe")