It should have been `from google.cloud.pubsub_v1 import PublisherClient` in this line: https://github.com/googleapis/google-cloud-python/blob/23a3204770f68a56dba12d1a37058398773f3daf/pubsub/google/cloud/pubsub_v1/publisher/client.py#L156
It should have been
from google.cloud.pubsub_v1 import PublisherClientin this line:google-cloud-python/pubsub/google/cloud/pubsub_v1/publisher/client.py
Line 156 in 23a3204