From 9d3aea024416f4d76405ed2809c4fe558834f0cf Mon Sep 17 00:00:00 2001 From: Asher Harvey-Smith Date: Tue, 14 May 2024 13:21:33 +0100 Subject: tweak --- challenge-269/asherbhs/hy/ch-1.hy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/challenge-269/asherbhs/hy/ch-1.hy b/challenge-269/asherbhs/hy/ch-1.hy index 8cdbf70711..82745b41ec 100644 --- a/challenge-269/asherbhs/hy/ch-1.hy +++ b/challenge-269/asherbhs/hy/ch-1.hy @@ -1,7 +1,4 @@ -(import - hyrule [pprint] - itertools [count] -) +(import hyrule [pprint]) (defn bitwise-or [ints] (>= -- cgit