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
scratch.py content:
scratch.py
from aiohttp.client import ClientSession from gcloud.aio.storage import Storage Storage(session=ClientSession())
mypy scratch.py outputs:
mypy scratch.py
scratch.py:4: error: Argument "session" to "Storage" has incompatible type "ClientSession"; expected "Optional[Session]" [arg-type]
requirements.txt
aiohttp requests gcloud-aio-storage mypy
Python3.9 and dependencies:
aiohttp==3.8.3 gcloud-aio-auth==4.1.5 gcloud-aio-storage==8.0.0 requests==2.28.2
after requests uninstalling the error disappears
requests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
scratch.py
content:mypy scratch.py
outputs:requirements.txt
Python3.9 and dependencies:
after
requests
uninstalling the error disappearsThe text was updated successfully, but these errors were encountered: