need return
statements in _find_neighbor()
& _update_point()
#69
Labels
return
statements in _find_neighbor()
& _update_point()
#69
return
statements in_find_neighbor()
1 and_update_point()
2? The values are being set to the data structure itself, and there appears to be nothing being return in the current functional codebase.merge_closest()
3 method that may in fact need to return a valuemerge_closest()
method #34cc @gegen07
Footnotes
https://github.com/carsonfarmer/fastpair/blob/d2b38aad4597ec5d2572a9b5d2abbd60905e92fe/fastpair/base.py#L226 ↩
https://github.com/carsonfarmer/fastpair/blob/d2b38aad4597ec5d2572a9b5d2abbd60905e92fe/fastpair/base.py#L259 ↩
https://github.com/carsonfarmer/fastpair/blob/d2b38aad4597ec5d2572a9b5d2abbd60905e92fe/fastpair/base.py#L265 ↩
The text was updated successfully, but these errors were encountered: