Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9ec4e75

Browse files
lint
1 parent ef802dc commit 9ec4e75

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/models/workdir-context-pool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import compareSets from 'compare-sets';
22

3-
import {Emitter, CompositeDisposable} from 'event-kit';
3+
import {Emitter} from 'event-kit';
44
import WorkdirContext from './workdir-context';
55

66
/**

test/views/github-tab-view.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import {shallow, mount} from 'enzyme';
2+
import {shallow} from 'enzyme';
33

44
import {gitHubTabViewProps} from '../fixtures/props/github-tab-props';
55
import Repository from '../../lib/models/repository';
File renamed without changes.

0 commit comments

Comments
 (0)