summaryrefslogtreecommitdiff
path: root/puzzles/tricky_recursive.py
diff options
context:
space:
mode:
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]]