Skip to content

Commit 82314b4

Browse files
committed
Can't import _Chapter in test module.
Mypy still fails...
1 parent 8c2f1d7 commit 82314b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_chapters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from fractions import Fraction
22

33
import av
4-
from av.container.core import _Chapter
54

65
from .common import fate_suite
76

@@ -43,7 +42,7 @@ def test_chapters() -> None:
4342

4443

4544
def test_set_chapters() -> None:
46-
chapters: list[_Chapter] = [
45+
chapters = [
4746
{
4847
"id": 1,
4948
"start": 0,

0 commit comments

Comments
 (0)