update annotations

This commit is contained in:
TerenceLiu 2022-01-26 14:41:16 +08:00
parent 721a0359fa
commit 9cb638a299
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ class EurostatData(object):
self.language = language
self.url = "https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/"
self.toc_url = "https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&file=table_of_contents_{}.txt".format(language)
__annotations__ = {"name": "eurostat",
"url": "https://ec.europa.eu/eurostat"}
def toc(self) -> pd.DataFrame:
"""