From c0db4ed95908c0774815da22d4e810c2a5a7a266 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 24 Feb 2022 08:03:07 +0100 Subject: prefix numbers to puzzles --- puzzles/tricky_recursive.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 puzzles/tricky_recursive.py (limited to 'puzzles/tricky_recursive.py') diff --git a/puzzles/tricky_recursive.py b/puzzles/tricky_recursive.py deleted file mode 100644 index 5de796c..0000000 --- a/puzzles/tricky_recursive.py +++ /dev/null @@ -1,3 +0,0 @@ -from typing import Union - -Foo = list[Union['Foo', int]] -- cgit v1.2.3