Skip to content

Commit

Permalink
prettier on buttons.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSanch3z committed Jun 28, 2024
1 parent 6879084 commit 8e70789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ToolbarButton } from '@jupyterlab/apputils';
import { NotebookPanel, INotebookModel } from '@jupyterlab/notebook';
import { DocumentRegistry } from '@jupyterlab/docregistry';
import { IDisposable } from '@lumino/disposable';
import { openDeploymentDialog } from './deploymentMenu';
import { openListDeploymentsDialog } from './listDeployments';
import { openDeploymentDialog } from './deploymentMenu';
import { openListDeploymentsDialog } from './listDeployments';
import { treeViewIcon, listIcon } from '@jupyterlab/ui-components'; // kernelIcon

export class ButtonExtension
Expand Down

0 comments on commit 8e70789

Please sign in to comment.