Ask Solem 13 سال پیش
والد
کامیت
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,
 )