Ask Solem 13 лет назад
Родитель
Сommit
d58f89f496
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      celery/exceptions.py

+ 1 - 1
celery/exceptions.py

@@ -11,7 +11,7 @@
 """
 from __future__ import absolute_import
 
-from billiard.exceptions import (
+from billiard.exceptions import (  # noqa
     SoftTimeLimitExceeded, TimeLimitExceeded, WorkerLostError,
 )