about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-02 21:46:14 -0500
committerelioat <elioat@tilde.institute>2022-12-02 21:46:14 -0500
commit3129b99ece4ebbb4111dfd8cb64cb0c1c1332129 (patch)
treebd812c37484be1b4bc8a6826b702cb81c2523e3b /src
parentcdffe0c2593514f23ebdd65684069f100c6472be (diff)
downloaddecember-2022-3129b99ece4ebbb4111dfd8cb64cb0c1c1332129.tar.gz
no needy this require
Diffstat (limited to 'src')
-rw-r--r--src/pokedex.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt
index 10d3a17..e1fad97 100644
--- a/src/pokedex.rkt
+++ b/src/pokedex.rkt
@@ -14,7 +14,7 @@
 ;; basic GET request
 (require net/url)
 (require json)
-(require nested-hash)
+; (require nested-hash) ;; this hasn't helped me with anything yet...
 
 
 ;; API URL