Browse Source

Removes outdated assert (Issue #2086)

Ask Solem 10 năm trước cách đây
mục cha
commit
ee46d0b78d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      celery/concurrency/asynpool.py

+ 0 - 1
celery/concurrency/asynpool.py

@@ -186,7 +186,6 @@ class ResultHandler(_pool.ResultHandler):
         else:
             buf = bufv = BytesIO()
         # header
-        assert not isblocking(fd)
 
         while Hr < 4:
             try: