Skip to content

Commit 9125cf4

Browse files
author
jonathan
committed
inheriting mixpanel.Consumer
1 parent b6fbb31 commit 9125cf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aiomixpanel/aioconsumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AIOConsumer(Consumer):
2121
"""
2222

2323
def __init__(self, client: ClientSession, loop: AbstractEventLoop = None,
24-
events_url=None, people_url=None, import_url=None):
24+
events_url: str = None, people_url: str = None, import_url: str = None):
2525
super().__init__(events_url, people_url, import_url)
2626
self._loop = loop or get_running_loop()
2727
self._client = client

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
]
77

88
setup(name='aiomixpanel',
9-
version='1.0.0',
9+
version='1.1.0',
1010
description='aiohttp-based mixpanel consumer for python3',
1111
url='https://github.com/jonathan-shemer/aiomixpanel',
1212
author='Jonathan Shemer',

0 commit comments

Comments
 (0)