fix spider

This commit is contained in:
jxxghp
2023-07-08 08:14:24 +08:00
parent de93b18673
commit ee87c64bc9
2 changed files with 20 additions and 16 deletions

View File

@ -1,5 +1,5 @@
from pathlib import Path
from typing import Optional, Dict, List
from typing import Optional, Dict, List, Union
from pydantic import BaseModel