Skip to content

Commit d69f8ae

Browse files
honzajavorekvdusek
andcommitted
fix: add missing import
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 34cdfa9 commit d69f8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/academy/webscraping/scraping_basics_python/07_extracting_data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ Hints:
326326

327327
```py
328328
import httpx
329+
from datetime import datetime
329330
from bs4 import BeautifulSoup
330331

331332
url = "https://www.theguardian.com/sport/formulaone"

0 commit comments

Comments
 (0)