refactoring

This commit is contained in:
frankknoll
2022-12-14 12:18:40 +01:00
parent 0a588d51ff
commit 158f5d40a7

View File

@@ -216,16 +216,6 @@
"kreisOptions = ['<option selected=\"\" value=\"de\">Alle Landkreise</option>'] + getKreisOptions(kreisValues)" "kreisOptions = ['<option selected=\"\" value=\"de\">Alle Landkreise</option>'] + getKreisOptions(kreisValues)"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"id": "29b0930a",
"metadata": {},
"outputs": [],
"source": [
"import unittest"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
@@ -332,16 +322,6 @@
" getAndPersistIntensiveCareBeds(timeSeries, kreis)" " getAndPersistIntensiveCareBeds(timeSeries, kreis)"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"id": "af22cdc5",
"metadata": {},
"outputs": [],
"source": [
"unittest.main(argv = [''], verbosity = 2, exit = False)"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,