summaryrefslogtreecommitdiff
path: root/progs/a403.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a403.py')
-rw-r--r--progs/a403.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/a403.py b/progs/a403.py
index 18c84b2..ee1bdd7 100644
--- a/progs/a403.py
+++ b/progs/a403.py
@@ -2,4 +2,4 @@ from collections import Counter
from itertools import chain
def freq_element(nums):
result = Counter(chain.from_iterable(nums))
- return result \ No newline at end of file
+ return result