Remove unused import in extensions/git/src/api/git.d.ts (#200797)

Remove unused import
This commit is contained in:
Malix
2023-12-14 10:01:39 +01:00
committed by GitHub
parent 36d32e83a6
commit 31f8f0dd17

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { Uri, Event, Disposable, ProviderResult, Command, CancellationToken, ThemeIcon } from 'vscode';
import { Uri, Event, Disposable, ProviderResult, Command, CancellationToken } from 'vscode';
export { ProviderResult } from 'vscode';
export interface Git {