Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

[TP-1454] Fix channel missing attributes #176

Closed moldovan-clarifai closed 6 months ago

moldovan-clarifai commented 6 months ago

Why

FAILED tests/client/test_collaborators.py::test_list_collaborators_with_pat - AttributeError: 'GRPCJSONChannel' object has no attribute 'unary_stream'

How