From 52720adb52533776157a5908dab1c85c07f45f1d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 6 Dec 2018 16:11:10 -0500 Subject: [PATCH] Removes unused using --- src/git/models/commit.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git/models/commit.ts b/src/git/models/commit.ts index 97f5ed9..933958d 100644 --- a/src/git/models/commit.ts +++ b/src/git/models/commit.ts @@ -1,5 +1,4 @@ 'use strict'; -import * as paths from 'path'; import { Uri } from 'vscode'; import { configuration, DateStyle, GravatarDefaultStyle } from '../../configuration'; import { Container } from '../../container';