Skip to content

Commit 4d0af53

Browse files
committed
lint
1 parent 1d8491c commit 4d0af53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/commands/basicCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { once } from '../../shared/utilities/functionUtils'
5050
import { focusAmazonQPanel } from '../../codewhispererChat/commands/registerCommands'
5151
import { removeDiagnostic } from '../service/diagnosticsProvider'
5252
import { SsoAccessTokenProvider } from '../../auth/sso/ssoAccessTokenProvider'
53-
import { ToolkitError, getErrorMsg, getTelemetryReason, getTelemetryReasonDesc, isAwsError } from '../../shared/errors'
53+
import { ToolkitError, getErrorMsg, getTelemetryReason, getTelemetryReasonDesc } from '../../shared/errors'
5454
import { isRemoteWorkspace } from '../../shared/vscode/env'
5555
import { isBuilderIdConnection } from '../../auth/connection'
5656
import globals from '../../shared/extensionGlobals'

0 commit comments

Comments
 (0)