From e55d4af1000f22891f934b718fcb80ff5eaa6c29 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 1 Aug 2024 06:03:51 -0300 Subject: [PATCH] chore: lint --- src/parser/classes/CompactVideo.ts | 2 +- src/parser/youtube/VideoInfo.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/parser/classes/CompactVideo.ts b/src/parser/classes/CompactVideo.ts index b43baf9a..002f584e 100644 --- a/src/parser/classes/CompactVideo.ts +++ b/src/parser/classes/CompactVideo.ts @@ -1,5 +1,5 @@ import { timeToSeconds } from '../../utils/Utils.js'; -import { YTNode, type ObservedArray, type SuperParsedResult } from '../helpers.js'; +import { YTNode, type ObservedArray } from '../helpers.js'; import { Parser, type RawNode } from '../index.js'; import Menu from './menus/Menu.js'; import MetadataBadge from './MetadataBadge.js'; diff --git a/src/parser/youtube/VideoInfo.ts b/src/parser/youtube/VideoInfo.ts index a2f0ec69..04dbfa2f 100644 --- a/src/parser/youtube/VideoInfo.ts +++ b/src/parser/youtube/VideoInfo.ts @@ -8,7 +8,6 @@ import ContinuationItem from '../classes/ContinuationItem.js'; import ItemSection from '../classes/ItemSection.js'; import LiveChat from '../classes/LiveChat.js'; import MerchandiseShelf from '../classes/MerchandiseShelf.js'; -import MicroformatData from '../classes/MicroformatData.js'; import PlayerMicroformat from '../classes/PlayerMicroformat.js'; import PlayerOverlay from '../classes/PlayerOverlay.js'; import RelatedChipCloud from '../classes/RelatedChipCloud.js';