From 133604a841e543093f62fac2ecdf145e7a3714a3 Mon Sep 17 00:00:00 2001 From: aza547 Date: Sat, 30 Nov 2024 09:42:33 +0000 Subject: [PATCH] fix ut --- src/main/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/types.ts b/src/main/types.ts index c4b70bc5..2779bdfd 100644 --- a/src/main/types.ts +++ b/src/main/types.ts @@ -1,5 +1,4 @@ import { Size } from 'electron'; -import { uniqueId } from 'lodash'; import { RawChallengeModeTimelineSegment } from './keystone'; import { VideoCategory } from '../types/VideoCategory'; import ConfigService from './ConfigService';