Skip to content

Commit 1b70c8e

Browse files
committed
Cleanup unused variable
1 parent e337d4a commit 1b70c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_core/src/jgisplugin/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const activate = async (
6464
let settings: ISettingRegistry.ISettings | null = null;
6565

6666
try {
67-
settings = await settingRegistry.load(SETTINGS_ID);
67+
await settingRegistry.load(SETTINGS_ID);
6868
} catch (error) {
6969
console.warn(`Failed to load settings for ${SETTINGS_ID}`, error);
7070
}

0 commit comments

Comments
 (0)