aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-327/walt-mankowski/python/ch-2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-327/walt-mankowski/python/ch-2.py b/challenge-327/walt-mankowski/python/ch-2.py
index 2a95a9263c..f29aca836e 100644
--- a/challenge-327/walt-mankowski/python/ch-2.py
+++ b/challenge-327/walt-mankowski/python/ch-2.py
@@ -14,4 +14,3 @@ for i,j in combinations(range(len(elements)), 2):
pairs.append([elements[i], elements[j]])
print(pairs)
-