Jelajahi Sumber

Removes unused method state.compare

Ask Solem 10 tahun lalu
induk
melakukan
0f9b201cb4
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      celery/states.py

+ 0 - 3
celery/states.py

@@ -112,9 +112,6 @@ class state(str):
 
     """
 
-    def compare(self, other, fun):
-        return fun(precedence(self), precedence(other))
-
     def __gt__(self, other):
         return precedence(self) < precedence(other)