Explorar o código

Removes leftover comment

Mher Movsisyan %!s(int64=12) %!d(string=hai) anos
pai
achega
7b8f7c3935
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/worker/autoreload.py

+ 0 - 1
celery/worker/autoreload.py

@@ -201,7 +201,6 @@ class InotifyMonitor(_ProcessEvent):
 
 
 def default_implementation():
-    # kqueue monitor not working properly at this time.
     if hasattr(select, 'kqueue'):
         return 'kqueue'
     if sys.platform.startswith('linux') and pyinotify: