mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
mypy-fix for "covid_stats_via_xpath.py" (#4233)
This commit is contained in:
@ -7,7 +7,7 @@ more convenient to use in Python web projects (e.g. Django or Flask-based)
|
||||
from collections import namedtuple
|
||||
|
||||
import requests
|
||||
from lxml import html
|
||||
from lxml import html # type: ignore
|
||||
|
||||
covid_data = namedtuple("covid_data", "cases deaths recovered")
|
||||
|
||||
|
Reference in New Issue
Block a user