Skip to content

Commit 27b0739

Browse files
committed
Lint 🔔
1 parent 4786734 commit 27b0739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_lab/src/notebookrenderer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const notebookRendererPlugin: JupyterFrontEndPlugin<void> = {
172172
}
173173
} else {
174174
// If the user did not provide a path, create an untitled document
175-
let model = await app.serviceManager.contents.newUntitled({
175+
const model = await app.serviceManager.contents.newUntitled({
176176
path: PathExt.dirname(currentWidgetPath),
177177
type: 'file',
178178
ext: '.jGIS'

0 commit comments

Comments
 (0)