We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041719d commit c7fed5bCopy full SHA for c7fed5b
web_programming/covid_stats_via_xpath.py
@@ -7,7 +7,7 @@
7
from collections import namedtuple
8
9
import requests
10
-from lxml import html
+from lxml import html # type: ignore
11
12
covid_data = namedtuple("covid_data", "cases deaths recovered")
13
0 commit comments