From e09bd887b5c58cbb05eb42a331e15f5a42d7fed2 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 29 Nov 2020 18:52:23 -0500 Subject: [PATCH] fix imports --- docs/day4.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/day4.md b/docs/day4.md index b5ab9a0..d70cac4 100644 --- a/docs/day4.md +++ b/docs/day4.md @@ -344,7 +344,6 @@ Let's make that a reality by simulating a slow internet connection. ```python hl_lines="3 3" import requests - import json from concurrent.futures import ThreadPoolExecutor ``` @@ -387,7 +386,6 @@ Let's make that a reality by simulating a slow internet connection. ```python import requests - import json from concurrent.futures import ThreadPoolExecutor def list_people(future, people):