The Wayback Machine - https://web.archive.org/web/20201015084845/https://github.com/tensorflow/cloud/issues/138
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

deploy_test.py - Ambiguous import: "call" from package "mock" #138

Open
SinaChavoshi opened this issue Aug 20, 2020 · 1 comment
Open

deploy_test.py - Ambiguous import: "call" from package "mock" #138

SinaChavoshi opened this issue Aug 20, 2020 · 1 comment

Comments

@SinaChavoshi
Copy link
Collaborator

@SinaChavoshi SinaChavoshi commented Aug 20, 2020

tensorflow_cloud/core/tests/unit/deploy_test.py

line 32: from mock import call, patch: Ambiguous import: "call" from package "mock": cannot determine whether "call" is an attribute on the package, or a module .
line 32: from mock import call, patch: Ambiguous import: "patch" from package "mock": cannot determine whether "patch" is an attribute on the package, or a module.
@pavithrasv
Copy link
Member

@pavithrasv pavithrasv commented Aug 20, 2020

Can you give some context on these issues as to where this warning is raised?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.