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,
 )