Add unit tests
[pharos-tools.git] / pharos-dashboard / src / notification / tasks.py
index 61ab14a..4173433 100644 (file)
@@ -8,9 +8,9 @@
 ##############################################################################
 
 
-from celery import shared_task
 from datetime import timedelta
 
+from celery import shared_task
 from django.conf import settings
 from django.utils import timezone