From f97ddcbc990cdd2e4084608d3f198786385f3ca5 Mon Sep 17 00:00:00 2001 From: Packy Anderson Date: Tue, 16 Sep 2025 23:35:54 -0400 Subject: Remove duplicated line. --- challenge-339/packy-anderson/python/ch-2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/challenge-339/packy-anderson/python/ch-2.py b/challenge-339/packy-anderson/python/ch-2.py index 0387ea2f4e..91ddbc0ff1 100755 --- a/challenge-339/packy-anderson/python/ch-2.py +++ b/challenge-339/packy-anderson/python/ch-2.py @@ -2,8 +2,6 @@ from functools import reduce -from functools import reduce - def add_max(x, y): global max_alt max_alt = max(max_alt, x+y) -- cgit