From 12c2d6d112391e87214b163a33866d147e6fb179 Mon Sep 17 00:00:00 2001 From: Paul Paterson Date: Mon, 16 Dec 2024 21:59:11 -0500 Subject: [PATCH] formatting --- src/commands/shell.mjs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) {