소스 검색

Remove unused default_params (Issue #1724)

Ask Solem 11 년 전
부모
커밋
28e3e1a745
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      celery/backends/redis.py

+ 0 - 7
celery/backends/redis.py

@@ -30,13 +30,6 @@ REDIS_MISSING = """\
 You need to install the redis library in order to use \
 the Redis result store backend."""
 
-default_params = {
-    'host': 'localhost',
-    'port': 6379,
-    'db': 0,
-    'password': None,
-}
-
 
 class RedisBackend(KeyValueStoreBackend):
     """Redis task result store."""