Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ibishal committed Oct 16, 2024
1 parent 0191493 commit 82c02b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as vscode from 'vscode';
import { isAsyncAPIFile, openAsyncAPI, openAsyncapiFiles, previewAsyncAPI } from './PreviewWebPanel';
import { asyncapiSmartPaste } from './SmartPasteCommand';
import { visualizeAsyncApi, openVisualizerFiles } from './Visualizer';
import { visualizeAsyncApi } from './Visualizer';


export function activate(context: vscode.ExtensionContext) {
Expand Down

0 comments on commit 82c02b7

Please sign in to comment.