Explorar o código

Fix flake8 error.

Omer Katz %!s(int64=7) %!d(string=hai) anos
pai
achega
64febd83cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/concurrency/asynpool.py

+ 1 - 1
celery/concurrency/asynpool.py

@@ -184,7 +184,7 @@ def _select(readers=None, writers=None, err=None, timeout=0,
             errno = exc.errno
         except AttributeError:
             errno = exc.args[0]
-        
+
         if errno == errno.EINTR:
             return set(), set(), 1
         elif errno in SELECT_BAD_FD: