Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdstolworthy committed Sep 22, 2023
1 parent 2c71a88 commit 1356052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/sandbox/sandbox_command.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ArgumentsCamelCase, Argv, CommandModule } from 'yargs';
import { SandboxDeleteCommand } from './sandbox-delete/sandbox_delete_command.js';
import fs from 'fs';
import path from 'path';
import { AmplifyPrompter } from '../prompter/amplify_prompts.js';
import { SandboxSingletonFactory } from '@aws-amplify/sandbox';
import { SandboxIdResolver } from './sandbox_id_resolver.js';
Expand Down

0 comments on commit 1356052

Please sign in to comment.