refactor: unused attribute in StreamedResultSet() class #110
Labels
api: spanner
Issues related to the googleapis/python-spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
While studying
StreamedResultSet()
class it came to my attention that it includes_counter
attribute which is never actually used (not event in unit tests). As it's protected, it seems to be intended for object internal use, not for users (users probably can just takelen()
or count results by themselves if they need).Proposing to erase the property.
/cc @larkee for approval
The text was updated successfully, but these errors were encountered: