added hack to pass as pydantic model in fastapi, tests for fastapi
This commit is contained in:
@ -23,5 +23,4 @@ class Excludable: # pragma no cover
|
||||
return key in to_exclude
|
||||
elif to_exclude is ...:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user