diff --git a/worlds/Files.py b/worlds/Files.py index b00c492019..b569344081 100644 --- a/worlds/Files.py +++ b/worlds/Files.py @@ -41,7 +41,7 @@ class AutoPatchRegister(abc.ABCMeta): class AutoPatchExtensionRegister(abc.ABCMeta): extension_types: ClassVar[Dict[str, AutoPatchExtensionRegister]] = {} - required_extensions: ClassVar[Tuple[str]] = () + required_extensions: ClassVar[Tuple[str, ...]] = () def __new__(mcs, name: str, bases: Tuple[type, ...], dct: Dict[str, Any]) -> AutoPatchExtensionRegister: # construct class