diff options
Diffstat (limited to '1_array_hashing/top_k_elements.py')
| -rw-r--r-- | 1_array_hashing/top_k_elements.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/1_array_hashing/top_k_elements.py b/1_array_hashing/top_k_elements.py index 46ba2a4..6bff81a 100644 --- a/1_array_hashing/top_k_elements.py +++ b/1_array_hashing/top_k_elements.py @@ -72,7 +72,6 @@ class Solution: Args: example: Dict, a dictionary of examples """ - for name, (param1, param2) in examples.items(): result = self.hashmap(param1, param2) print(f"{name}: {result}") |
