cloud icon indicating copy to clipboard operation
cloud copied to clipboard

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

Open SinaChavoshi opened this issue 5 years ago • 1 comments

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.

SinaChavoshi avatar Aug 20 '20 01:08 SinaChavoshi

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

pavithrasv avatar Aug 20 '20 20:08 pavithrasv