From 99a3733964918554e6b44c369b7ceeddf010dd49 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 21 Nov 2018 23:57:47 -0500 Subject: [PATCH] Removes unused import --- src/views/nodes/fileHistoryTrackerNode.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/nodes/fileHistoryTrackerNode.ts b/src/views/nodes/fileHistoryTrackerNode.ts index 065570a..dd456a0 100644 --- a/src/views/nodes/fileHistoryTrackerNode.ts +++ b/src/views/nodes/fileHistoryTrackerNode.ts @@ -1,5 +1,4 @@ 'use strict'; -import * as paths from 'path'; import { Disposable, TextEditor, TreeItem, TreeItemCollapsibleState, Uri, window } from 'vscode'; import { UriComparer } from '../../comparers'; import { GlyphChars } from '../../constants';