Skip to content

Commit e488569

Browse files
Ogban UgotOgban Ugot
authored andcommitted
update param doc
1 parent 9af9c05 commit e488569

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

avenieca/consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def consume(self, func, sync_once=False):
2323
"""
2424
:param func: handler to process received messages
2525
:param sync_once: run consume loop once
26-
:return: none
26+
:return: None
2727
"""
2828
for msg in self.client:
2929
byte_val = msg.value

avenieca/producers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from avenieca.producers.stream import *
2-
from avenieca.producers.event import *
2+
from avenieca.producers.event import *

0 commit comments

Comments
 (0)