summaryrefslogtreecommitdiff
path: root/src/main/python/utils/funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/python/utils/funcs.py')
-rw-r--r--src/main/python/utils/funcs.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/python/utils/funcs.py b/src/main/python/utils/funcs.py
deleted file mode 100644
index 7796ece..0000000
--- a/src/main/python/utils/funcs.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from itertools import zip_longest
-
-def grouper(n, iterable, fillvalue=None):
- args = [iter(iterable)] * n
- return zip_longest(fillvalue=fillvalue, *args) \ No newline at end of file