Explorar o código

PEP8ify + pyflakes

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
c8a7df4679
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      celery/utils/functional.py

+ 2 - 2
celery/utils/functional.py

@@ -5,9 +5,9 @@ from threading import Lock
 
 try:
     from collections import Sequence
-except ImportError:  # noqa
+except ImportError:
     # <= Py2.5
-    Sequence = (list, tuple)
+    Sequence = (list, tuple)  # noqa
 
 from celery.datastructures import LRUCache