Ver Fonte

More unused variables

Ask Solem há 8 anos atrás
pai
commit
1f92fc8252
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      celery/backends/couchbase.py

+ 0 - 3
celery/backends/couchbase.py

@@ -40,10 +40,7 @@ class CouchbaseBackend(KeyValueStoreBackend):
     username = None
     password = None
     quiet = False
-    conncache = None
-    unlock_gil = True
     timeout = 2.5
-    transcoder = None
 
     # Use str as couchbase key not bytes
     key_t = str_t