Skip to content

Commit 42f2353

Browse files
committed
remove unused vars
1 parent 5fa46fb commit 42f2353

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/compass/src/main/menu.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { MenuItemConstructorOptions } from 'electron';
33
import { BrowserWindow, ipcMain, Menu, app, dialog } from 'electron';
44
import { expect } from 'chai';
55
import sinon from 'sinon';
6-
import os from 'os';
76
import { createSandboxFromDefaultPreferences } from 'compass-preferences-model';
87

98
import type { CompassApplication } from './application';

packages/compass/src/main/menu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
} from 'electron';
99
import { ipcMain } from 'hadron-ipc';
1010
import fs from 'fs';
11-
import os from 'os';
1211
import path from 'path';
1312
import createDebug from 'debug';
1413
import type { THEMES } from 'compass-preferences-model';

0 commit comments

Comments
 (0)