From 0a2f4e84180dc8891f382cbdce023f7c99e55576 Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Tue, 3 Nov 2020 18:14:17 +0900 Subject: [PATCH] Update tests --- tests/test_videoinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):