We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self = <aioresponses.core.UrlResponse object at 0x10f8c8160> def build_response(self) -> Union[ClientResponse, Exception]: if isinstance(self.exception, Exception): return self.exception > self.resp = self.response_class(self.method, URL(self.url)) E TypeError: __init__() missing 8 required keyword-only arguments: 'writer', 'continue100', 'timer', 'request_info', 'auto_decompress', 'traces', 'loop', and 'session' ../../.virtualenvs/yui/lib/python3.6/site-packages/aioresponses/core.py:57: TypeError
See this commit history for more info
The text was updated successfully, but these errors were encountered:
PR #95 fix this 👍
Sorry, something went wrong.
New version released 0.4.1
0.4.1
No branches or pull requests
See this commit history for more info
The text was updated successfully, but these errors were encountered: