Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Dec 21, 2016
1 parent 13f970f commit bdd5336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions nbdime-web/src/merge/manualedit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
} from '@jupyterlab/services';

import {
MergeDecision, buildDiffs, addSorted, pushPatchDecision,
pushPatchDecisionInPlace, splitDiffStringPath
MergeDecision, buildDiffs, addSorted, pushPatchDecisionInPlace,
splitDiffStringPath
} from './decisions';

import {
Expand Down Expand Up @@ -38,8 +38,7 @@ import {
} from '../patch';

import {
hasEntries, arraysEqual, extendArray, splitLines,
isPrefixArray, removeElement
hasEntries, arraysEqual, splitLines, removeElement
} from '../common/util';

import {
Expand Down
6 changes: 1 addition & 5 deletions nbdime-web/test/src/merge/manualedit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ import {

import {
opPatch, opAddRange, opRemoveRange, IDiffAddRange,
IDiffRemoveRange, IDiffPatchArray
IDiffPatchArray
} from '../../../src/diff/diffentries';

import {
createPatchStringDiffModel, IStringDiffModel
} from '../../../src/diff/model';

import {
IMergeDecision
} from '../../../src/merge/decisions';
Expand Down

0 comments on commit bdd5336

Please sign in to comment.