We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a929 commit 8e488ddCopy full SHA for 8e488dd
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