From d412e80e5f748f92118541a5334c14ebd4a90881 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Oct 2017 16:52:01 +0200 Subject: Fix lint --- server/tests/api/check-params/video-channels.ts | 1 - server/tests/api/video-channels.ts | 2 -- 2 files changed, 3 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/check-params/video-channels.ts b/server/tests/api/check-params/video-channels.ts index b99b5eda8..b46b90c14 100644 --- a/server/tests/api/check-params/video-channels.ts +++ b/server/tests/api/check-params/video-channels.ts @@ -1,7 +1,6 @@ /* tslint:disable:no-unused-expression */ import * as request from 'supertest' -import { join } from 'path' import 'mocha' import * as chai from 'chai' const expect = chai.expect diff --git a/server/tests/api/video-channels.ts b/server/tests/api/video-channels.ts index 95b202e2f..601b527ef 100644 --- a/server/tests/api/video-channels.ts +++ b/server/tests/api/video-channels.ts @@ -1,7 +1,5 @@ /* tslint:disable:no-unused-expression */ -import { keyBy } from 'lodash' -import { join } from 'path' import 'mocha' import * as chai from 'chai' const expect = chai.expect -- cgit v1.2.3