Skip to content

Commit

Permalink
style(electron): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Nov 16, 2019
1 parent 3add782 commit cb6776b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/electron/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { app } from 'electron'
import { autoUpdater } from 'electron-updater'

import logger from '../lib/logger'
import { isWindows } from '../lib/consts'

let updateChannelSet = false
let installOnQuit = false
Expand Down

0 comments on commit cb6776b

Please sign in to comment.