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