From 657a0f66cef5f44785c1f92827406eead0e4c6f2 Mon Sep 17 00:00:00 2001 From: Nattsu39 Date: Sun, 1 Oct 2023 03:44:57 +0800 Subject: [PATCH] fix: TypeError: 'ABCMeta' object is not subscriptable (#209) collections.abc.Callable cannot be used for type hints when python<3.9 --- UnityPy/tools/extractor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UnityPy/tools/extractor.py b/UnityPy/tools/extractor.py index 86f6d98b..4d9ecb6b 100644 --- a/UnityPy/tools/extractor.py +++ b/UnityPy/tools/extractor.py @@ -16,9 +16,8 @@ GameObject, ) from UnityPy.enums.ClassIDType import ClassIDType -from typing import Union, List, Dict +from typing import Union, List, Dict, Callable from pathlib import Path -from collections.abc import Callable def export_obj(