fix imports

This commit is contained in:
ducoterra
2020-11-29 18:52:23 -05:00
parent 7358db6429
commit e09bd887b5

View File

@@ -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):