Remove unnecessary import

This commit is contained in:
Ben Ogle
2016-03-01 15:12:38 -08:00
parent 492e89c8ff
commit f884c987e2

View File

@@ -1,7 +1,6 @@
'use babel'
import {Emitter, CompositeDisposable} from 'event-kit'
import {ipcRenderer} from 'electron'
export default class AutoUpdateManager {
constructor ({applicationDelegate}) {