Skip to content

Commit 6b4a585

Browse files
committed
remove dead import
1 parent c02e64c commit 6b4a585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/inlineChat/output/computeDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
5-
import { type LinesOptions, diffLines, Change } from 'diff'
5+
import { type LinesOptions, diffLines } from 'diff'
66
import * as vscode from 'vscode'
77
import { InlineTask, TextDiff } from '../controller/inlineTask'
88

0 commit comments

Comments
 (0)