Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinsoft committed Jun 17, 2021
1 parent 91b3118 commit 8a4e17c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion figures/settings/lms_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class FiguresRouter(object):
def __init__(self, figures_tasks_queue_name):
self.figures_tasks_queue_name = figures_tasks_queue_name


def route_for_task(self, task, args=None, kwargs=None): # pylint: disable=unused-argument
if task.startswith("figures.tasks."):
return self.figures_tasks_queue_name
Expand Down

0 comments on commit 8a4e17c

Please sign in to comment.