Skip to content

Commit

Permalink
ext: unused variable removal
Browse files Browse the repository at this point in the history
* Removes unused variable. (closes #19)

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Feb 6, 2017
1 parent 82447cb commit 3180942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio_celery/ext.py
Expand Up @@ -45,8 +45,8 @@ def __init__(self, app=None, **kwargs):
if app:
self.init_app(app, **kwargs)

def init_app(self, app, assets=None,
entry_point_group='invenio_celery.tasks', **kwargs):
def init_app(self, app, entry_point_group='invenio_celery.tasks',
**kwargs):
"""Initialize application object."""
self.init_config(app)
self.celery = FlaskCeleryExt(app).celery
Expand Down

0 comments on commit 3180942

Please sign in to comment.