Skip to content

Commit 4d2e691

Browse files
committed
Added newline to the end of
1 parent 942520c commit 4d2e691

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

django_celery_results/settings.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def get_callback_function(settings_name, default=None):
66
"""Return the callback function for the given settings name."""
7-
7+
88
callback = getattr(settings, settings_name, None)
99
if not callback:
1010
return default
@@ -14,6 +14,7 @@ def get_callback_function(settings_name, default=None):
1414

1515
return callback
1616

17+
1718
extend_task_props_callback = get_callback_function(
1819
"CELERY_RESULTS_EXTEND_TASK_PROPS_CALLBACK", dict
19-
)
20+
)

0 commit comments

Comments
 (0)