remove unused imports

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-03-10 10:52:11 -07:00
parent 703fb73651
commit c5556d2e89
1 changed files with 0 additions and 3 deletions

View File

@ -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")