From 1159c4a600ce4f2b86973fe88ae8827a06f523c7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Apr 2022 16:47:00 +0200 Subject: Fix lint --- server/tests/client.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'server/tests/client.ts') diff --git a/server/tests/client.ts b/server/tests/client.ts index dd95e538a..a8a697f99 100644 --- a/server/tests/client.ts +++ b/server/tests/client.ts @@ -3,7 +3,15 @@ import 'mocha' import * as chai from 'chai' import { omit } from 'lodash' -import { Account, HTMLServerConfig, HttpStatusCode, ServerConfig, VideoPlaylistCreateResult, VideoPlaylistPrivacy, VideoPrivacy } from '@shared/models' +import { + Account, + HTMLServerConfig, + HttpStatusCode, + ServerConfig, + VideoPlaylistCreateResult, + VideoPlaylistPrivacy, + VideoPrivacy +} from '@shared/models' import { cleanupTests, createMultipleServers, -- cgit v1.2.3