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
My wild guest is that self.request is considered to be server/rest_app/views.py:144: note: Revealed type is 'django.http.request.HttpRequest' there, not the Request provided by the drf.
This code produces a false-positive
mypy
error:Output:
Versions:
[email protected]
My wild guest is that
self.request
is considered to beserver/rest_app/views.py:144: note: Revealed type is 'django.http.request.HttpRequest'
there, not theRequest
provided by thedrf
.This fixes the issue:
The text was updated successfully, but these errors were encountered: