Skip to content

Commit 8e488dd

Browse files
authored
mypy-fix for "covid_stats_via_xpath.py" (#4233)
1 parent 4f6a929 commit 8e488dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/covid_stats_via_xpath.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from collections import namedtuple
88

99
import requests
10-
from lxml import html
10+
from lxml import html # type: ignore
1111

1212
covid_data = namedtuple("covid_data", "cases deaths recovered")
1313

0 commit comments

Comments
 (0)