Skip to content

Commit

Permalink
Convert to __call__() as coroutine interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bouterse committed Aug 2, 2018
1 parent 8ba2a2d commit b3a2dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_file/app/tasks/synchronizing.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, remote):
"""
self.remote = remote

async def gen_declarative_content(self, in_q, out_q):
async def __call__(self, in_q, out_q):
"""
Build and emit `DeclarativeContent` from the Manifest data.
Expand Down

0 comments on commit b3a2dc1

Please sign in to comment.