diff --git a/src/commands/shell.mjs b/src/commands/shell.mjs index 4c43fafa..7a25fe2a 100644 --- a/src/commands/shell.mjs +++ b/src/commands/shell.mjs @@ -12,10 +12,7 @@ import { validateDatabaseOrSecret, yargsWithCommonConfigurableQueryOptions, } from "../lib/command-helpers.mjs"; -import { - formatQueryResponse, - getSecret, -} from "../lib/fauna-client.mjs"; +import { formatQueryResponse, getSecret } from "../lib/fauna-client.mjs"; import { clearHistoryStorage, initHistoryStorage } from "../lib/file-util.mjs"; async function shellCommand(argv) {