fix: adding missing Any

This commit is contained in:
NanoCode012
2025-02-03 17:48:30 +07:00
parent 077a54d2b1
commit 9028eb2758

View File

@@ -25,7 +25,7 @@ import os
import sys import sys
from abc import abstractmethod from abc import abstractmethod
from pathlib import Path from pathlib import Path
from typing import Type, Union from typing import Any, Type, Union
import torch import torch
import transformers import transformers