Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Dec 14, 2024
1 parent 5da8a66 commit e954027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/parser/classes/HowThisWasMadeSectionView.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type RawNode } from '../index.js';
import { YTNode } from '../helpers.js';
import Text from "./misc/Text.js";
import Text from './misc/Text.js';

export default class HowThisWasMadeSectionView extends YTNode {
static type = 'HowThisWasMadeSectionView';
Expand Down
2 changes: 1 addition & 1 deletion src/parser/classes/StructuredDescriptionContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import VideoDescriptionMusicSection from './VideoDescriptionMusicSection.js';
import VideoDescriptionTranscriptSection from './VideoDescriptionTranscriptSection.js';
import VideoDescriptionCourseSection from './VideoDescriptionCourseSection.js';
import VideoAttributesSectionView from './VideoAttributesSectionView.js';
import HowThisWasMadeSectionView from "./HowThisWasMadeSectionView.js";
import HowThisWasMadeSectionView from './HowThisWasMadeSectionView.js';
import ReelShelf from './ReelShelf.js';

export default class StructuredDescriptionContent extends YTNode {
Expand Down

0 comments on commit e954027

Please sign in to comment.