unused message arg in Batch.will_accept() #105
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: cleanup
An internal cleanup or hygiene concern.
Looks like
message
arg is never used bywill_accept()
method:python-pubsub/google/cloud/pubsub_v1/publisher/_batch/base.py
Lines 112 to 136 in cf9e87c
Most likely it should be deleted to avoid any confusion, but I suppose it should be done with deprecation.
Batch()
is not something pretending to be manually used by users, but who knows.@pradn, please, comment
The text was updated successfully, but these errors were encountered: