Skip to content

Commit

Permalink
Remove unused import (#14111)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Aug 12, 2023
1 parent e948c34 commit d844fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Or please wait for these to be finalized and released.

import { CancellationToken } from 'vscode';
import { Command, Event, Uri } from 'vscode';
import { Event, Uri } from 'vscode';

declare module './api' {
/**
Expand Down

0 comments on commit d844fef

Please sign in to comment.