update logging
This commit is contained in:
@@ -22,5 +22,6 @@ async def get_db():
|
||||
class Base(DeclarativeBase):
|
||||
type_annotation_map = {
|
||||
dict[str, bool]: PickleType,
|
||||
object: PickleType
|
||||
object: PickleType,
|
||||
set: PickleType
|
||||
}
|
||||
Reference in New Issue
Block a user