Fix pytype issue

This commit is contained in:
Pau Freixes 2020-01-29 23:52:01 +01:00
parent cc8bd8cfda
commit a1eb58c6ff
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ class TestOngoingCalls(unittest.TestCase):
class FakeCall(_base_call.RpcContext):
def __init__(self):
self.callback = None
def add_done_callback(self, callback):
self.callback = callback