From 2211f8d9e4b147b03baf7cb8d174ec2db89a58bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=99=BE?= <802181+cddjr@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:17:39 +0800 Subject: [PATCH] Update tests/test_bluray.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tests/test_bluray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bluray.py b/tests/test_bluray.py index 85e5aff6..5f8f9a7e 100644 --- a/tests/test_bluray.py +++ b/tests/test_bluray.py @@ -27,7 +27,7 @@ class BluRayTest(TestCase): ) self.__all = {self.__root.path: self.__root} - def __build_child(parent: schemas.FileItem, files: list[(str, list | int)]): + def __build_child(parent: schemas.FileItem, files: list[tuple[str, list | int]]): parent.children = [] for name, children in files: sep = "" if parent.path.endswith("/") else "/"