diff options
Diffstat (limited to 'plugins/tasks.py')
-rw-r--r-- | plugins/tasks.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/tasks.py b/plugins/tasks.py index 1a70e4f2..7d347454 100644 --- a/plugins/tasks.py +++ b/plugins/tasks.py @@ -14,9 +14,7 @@ from plugins.ext_test import tasks as ext_test_tasks from plugins.template import tasks as template_tasks # create namespaces -namespace = invoke.Collection(ext_test=ext_test_tasks, - template=template_tasks, - ) +namespace = invoke.Collection(ext_test=ext_test_tasks, template=template_tasks,) namespace_clean = invoke.Collection('clean') namespace.add_collection(namespace_clean, 'clean') |