mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 01:50:55 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c8ef30bfb8
commit
bbba57e583
|
@ -18,7 +18,6 @@ from bs4 import BeautifulSoup
|
||||||
|
|
||||||
|
|
||||||
def fetch_ht_news() -> dict:
|
def fetch_ht_news() -> dict:
|
||||||
|
|
||||||
header = {
|
header = {
|
||||||
"Accept": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8",
|
"Accept": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8",
|
||||||
"Sec-GPC": "1",
|
"Sec-GPC": "1",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user