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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {