You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code should be calling the method __call__ of the class FileResponse as it should, but to the __call__ method of the class flama.http.Response. This eventually lead to undesired behaviours.
Schema library
None
Models library
None
Error logs
No response
The text was updated successfully, but these errors were encountered:
Summary
Response classes wrongly override the call method
Reproduce steps
This code should be calling the method
__call__
of the classFileResponse
as it should, but to the__call__
method of the classflama.http.Response
. This eventually lead to undesired behaviours.Schema library
None
Models library
None
Error logs
No response
The text was updated successfully, but these errors were encountered: