refactoring

This commit is contained in:
frankknoll
2023-10-10 10:50:12 +02:00
parent d2ad1b805a
commit 0270d385a2
2 changed files with 9 additions and 7 deletions

View File

@@ -433,6 +433,7 @@
"outputs": [],
"source": [
"from SymptomsCausedByVaccines.HtmlUpdater import updateHtmlFile\n",
"from SymptomsCausedByVaccines.Analyzer import Analyzer\n",
"import pandas as pd"
]
},
@@ -468,7 +469,7 @@
"outputs": [],
"source": [
"updateHtmlFile(\n",
" symptomByVaccine,\n",
" vaccines = Analyzer(symptomByVaccine).getVaccines(),\n",
" htmlFile = \"../docs/SymptomsCausedByVaccines/index.html\",\n",
" lastUpdated = dateProvider.getLastUpdatedDataSource())"
]