Skip to content

Commit 60dffcd

Browse files
committed
Lint fix
1 parent eb2d47f commit 60dffcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// Some static assets may be required by the custom widget javascript. The base
66
// url for the notebook is not known at build time and is therefore computed
77
// dynamically.
8-
(window as any).__webpack_public_path__ = document.querySelector("body")!.getAttribute("data-base-url") + "nbextensions/jupyter_bokeh"
8+
(window as any).__webpack_public_path__ = document.querySelector('body')!.getAttribute('data-base-url') + 'nbextensions/jupyter_bokeh'
99

10-
export * from "./index"
10+
export * from './index'

0 commit comments

Comments
 (0)