fix imports
This commit is contained in:
@@ -344,7 +344,6 @@ Let's make that a reality by simulating a slow internet connection.
|
|||||||
|
|
||||||
```python hl_lines="3 3"
|
```python hl_lines="3 3"
|
||||||
import requests
|
import requests
|
||||||
import json
|
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -387,7 +386,6 @@ Let's make that a reality by simulating a slow internet connection.
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
import requests
|
import requests
|
||||||
import json
|
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
|
|
||||||
def list_people(future, people):
|
def list_people(future, people):
|
||||||
|
|||||||
Reference in New Issue
Block a user