diff options
author | elioat <elioat@tilde.institute> | 2022-12-02 21:46:14 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-02 21:46:14 -0500 |
commit | 3129b99ece4ebbb4111dfd8cb64cb0c1c1332129 (patch) | |
tree | bd812c37484be1b4bc8a6826b702cb81c2523e3b /src | |
parent | cdffe0c2593514f23ebdd65684069f100c6472be (diff) | |
download | december-2022-3129b99ece4ebbb4111dfd8cb64cb0c1c1332129.tar.gz |
no needy this require
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex.rkt | 2 |
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 |