mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
mypy-fix for "covid_stats_via_xpath.py" (#4233)
This commit is contained in:
parent
4f6a929503
commit
8e488dd53d
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user