From 94fa649a17662793c1c4a9bb2e11c5d334f84461 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 3 Jun 2022 13:34:41 -0400 Subject: [PATCH] Fix lint error --- src/js-components/previewBar.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 5e659a33..f5832702 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -7,11 +7,9 @@ https://github.com/videosegments/videosegments/commits/f1e111bdfe231947800c6efdd import Config from "../config"; import { ActionType, Category, SegmentContainer, SponsorSourceType, SponsorTime } from "../types"; -import Utils from "../utils"; import { partition } from "../utils/arrayUtils"; import { shortCategoryName } from "../utils/categoryUtils"; import { GenericUtils } from "../utils/genericUtils"; -const utils = new Utils(); const TOOLTIP_VISIBLE_CLASS = 'sponsorCategoryTooltipVisible'; const MIN_CHAPTER_SIZE = 0.003;