Skip to content

Commit 388cb63

Browse files
committed
Fix lint errors
1 parent dc1a1a4 commit 388cb63

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vtt.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { describe, it, expect, vi, afterEach } from 'vitest';
22
import { VTT } from './vtt';
33
import { Cue } from './segments/cue';
44
import { Region } from './segments/region';
5-
import { Style } from './segments/style';
65
import { Comment } from './segments/comment';
7-
import { Header } from './segments/header';
86
import InvalidHeaderError from './errors/InvalidHeaderError';
97

108
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)