diff --git a/tests/test_videoinfo.py b/tests/test_videoinfo.py index d1383f3..7189fef 100644 --- a/tests/test_videoinfo.py +++ b/tests/test_videoinfo.py @@ -1,6 +1,6 @@ from json.decoder import JSONDecodeError from pytchat.tool.videoinfo import VideoInfo -from pytchat.exceptions import InvalidVideoIdException, PatternUnmatchError +from pytchat.exceptions import InvalidVideoIdException def _open_file(path):