From 0f4b26a35cc3f3d805272e9f2e542afea42b4752 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 4 Dec 2021 14:51:56 +0100 Subject: Remove useless code --- 2021/04/puzzles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021') diff --git a/2021/04/puzzles.py b/2021/04/puzzles.py index 858450f..20036e0 100644 --- a/2021/04/puzzles.py +++ b/2021/04/puzzles.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 board = list[list[int]] -last: board = [[]] * 5 +last: board = [] def bingo(board: board) -> bool: -- cgit v1.2.3