diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-06-08 08:29:57 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-06-08 08:31:30 -0700 |
commit | f07f6c9a874f7efe944deb0883970d44080bea16 (patch) | |
tree | 2381d4a9ca1c150cd1a8df1a8cd010255f231649 /src/python/grpcio | |
parent | 7cd4ee7a42d40a52a9312189f65ed14fac430adc (diff) |
Remove comment that is no longer relevant
Diffstat (limited to 'src/python/grpcio')
-rw-r--r-- | src/python/grpcio/grpc/_channel.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/grpcio/grpc/_channel.py b/src/python/grpcio/grpc/_channel.py index 880c356bfa..e9246991df 100644 --- a/src/python/grpcio/grpc/_channel.py +++ b/src/python/grpcio/grpc/_channel.py @@ -813,9 +813,6 @@ def _poll_connectivity(state, channel, initial_try_to_connect): _common.CYGRPC_CONNECTIVITY_STATE_TO_CHANNEL_CONNECTIVITY[ connectivity]) if not state.delivering: - # NOTE(nathaniel): The field is only ever used as a - # sequence so it's fine that both lists and tuples are - # assigned to it. callbacks = _deliveries(state) if callbacks: _spawn_delivery(state, callbacks) |