summaryrefslogtreecommitdiff
path: root/puzzles/tricky_recursive.py
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-24 08:03:07 +0100
committerMartin Fischer <martin@push-f.com>2022-02-24 08:03:07 +0100
commitc0db4ed95908c0774815da22d4e810c2a5a7a266 (patch)
tree830aaa3f3f2406b98acb59b67b25e7d02bafb9b0 /puzzles/tricky_recursive.py
parent7c914668646504077caae217ca13332f6244f7d9 (diff)
prefix numbers to puzzles
Diffstat (limited to 'puzzles/tricky_recursive.py')
-rw-r--r--puzzles/tricky_recursive.py3
1 files changed, 0 insertions, 3 deletions
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]]