Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
d58f89f496
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 )