🔥 remove dependency override provider

This commit is contained in:
yanyongyu
2021-11-21 16:12:36 +08:00
parent a864b36e9f
commit 760ac693c0
15 changed files with 35 additions and 83 deletions

View File

@ -1,6 +1,6 @@
import abc
import inspect
from typing import Any, List, Type, Callable, Optional
from typing import Any, List, Type, Optional
from pydantic.fields import FieldInfo, ModelField