Pārlūkot izejas kodu

Removing unused L local variable

pombredanne 12 gadi atpakaļ
vecāks
revīzija
5d0573c43f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      supervisor/xmlrpc.py

+ 0 - 1
supervisor/xmlrpc.py

@@ -213,7 +213,6 @@ class SystemNamespaceRPCInterface:
         @return array result  The result.
         @return array result  The result.
         """
         """
         methods = self._listMethods()
         methods = self._listMethods()
-        L = []
         for method in methods:
         for method in methods:
             if method == name:
             if method == name:
                 rtype = None
                 rtype = None