diff --git a/lib/utils/algo.py b/lib/utils/algo.py
index 2d13626..aee2afb 100644
--- a/lib/utils/algo.py
+++ b/lib/utils/algo.py
@@ -95,7 +95,7 @@ def FindDuplicates(seq):
   return list(dup)


-#pylint: disable=W0142
+#pylint: disable=W0142 (use of *-magic in argument list)
 def GetRepeatedKeys(*dicts):
   """Return the set of keys defined multiple times in the given dicts.

@@ -110,7 +110,6 @@ def GetRepeatedKeys(*dicts):
   @return: Keys used more than once across all dicts

   """
-
   if len(dicts) < 2:
     return set()

-- 
Raffa Santi
Google Germany GmbH
Dienerstr. 12
80331 München


Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores

Reply via email to