Skip to content
New issue

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

fix: pytype client errors #146

Merged
merged 2 commits into from Aug 6, 2020
Merged

Conversation

rafilong
Copy link
Contributor

@rafilong rafilong commented Aug 6, 2020

Adds pytype to gitignore and fixes the following:

[47/63] check base_client
FAILED: /home/rafilong/workspace/googleapis/python-firestore/.pytype/pyi/base_client.pyi 
/home/rafilong/workspace/googleapis/python-firestore/.nox/pytype/bin/python -m pytype.single --disable pyi-error --imports_info /home/rafilong/workspace/googleapis/python-firestore/.pytype/imports/base_client.imports --module-name base_client -V 3.8 -o /home/rafilong/workspace/googleapis/python-firestore/.pytype/pyi/base_client.pyi --analyze-annotated --nofail --quick /home/rafilong/workspace/googleapis/python-firestore/google/cloud/firestore_v1/__pycache__/base_client.py
File "/home/rafilong/workspace/googleapis/python-firestore/google/cloud/firestore_v1/__pycache__/base_client.py", line 37, in <module>: Can't find module 'google.cloud.firestore_v1.gapic'. [import-error]
File "/home/rafilong/workspace/googleapis/python-firestore/google/cloud/firestore_v1/__pycache__/base_client.py", line 38, in <module>: Can't find module 'google.cloud.firestore_v1.gapic.transports'. [import-error]

@rafilong rafilong added this to the v2 milestone Aug 6, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 6, 2020
@rafilong rafilong merged commit eb19712 into googleapis:v2-staging Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants