Skip to content

Commit 2228690

Browse files
committed
fix: Remove superfluous import
Signed-off-by: Marcel Klehr <[email protected]>
1 parent e2f26df commit 2228690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/strategies/Merge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Folder, ItemLocation, ItemType, TItem, TItemLocation, TOppositeLocation } from '../Tree'
1+
import { Folder, ItemLocation, TItem, TItemLocation, TOppositeLocation } from '../Tree'
22
import Diff, { CreateAction, MoveAction, PlanStage1 } from '../Diff'
33
import Scanner, { ScanResult } from '../Scanner'
44
import * as Parallel from 'async-parallel'

0 commit comments

Comments
 (0)