Skip to content

Commit

Permalink
Remove async (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd authored Apr 5, 2024
1 parent f733e1f commit d932245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const BASE_DPI = 100; // matplotlib default DPI
* @param savePlotCallback the action to take when the dialog closes
* @param suggestedPath the pre-filled save path
*/
export const showSavePlotModalDialog = async (
export const showSavePlotModalDialog = (
layoutService: IWorkbenchLayoutService,
keybindingService: IKeybindingService,
fileDialogService: IFileDialogService,
Expand Down

0 comments on commit d932245

Please sign in to comment.