Skip to content
Snippets Groups Projects
Commit b03b22d0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix typing

parent b2fa79b8
No related branches found
No related tags found
No related merge requests found
__version__ = '1.2.10_a1'
__version__ = '1.2.10_a2'
......@@ -172,7 +172,7 @@ class Consumer(Channeler):
self.method(BasicQos(prefetch_size or 0, prefetch_count, False))
self.qos = prefetch_size or 0, prefetch_count
def cancel(self): # type: () -> None
def cancel(self): # type: () -> Future
"""
Cancel the customer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment