Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e09bd887b5 |
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user