From 31bc71d4721e5650d732fb679a76d6f8fea7787b Mon Sep 17 00:00:00 2001 From: harttle Date: Tue, 26 Feb 2019 00:56:12 +0800 Subject: [PATCH] chore: fix linting --- test/unit/util/underscore.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/util/underscore.ts b/test/unit/util/underscore.ts index dd5e58888..e613ff603 100644 --- a/test/unit/util/underscore.ts +++ b/test/unit/util/underscore.ts @@ -1,9 +1,7 @@ import * as chai from 'chai' import * as sinonChai from 'sinon-chai' import * as sinon from 'sinon' -import { RenderError, RenderBreakError } from '../../../src/util/error' import * as _ from '../../../src/util/underscore' -import ITemplate from '../../../src/template/itemplate' const expect = chai.expect chai.use(sinonChai)