refactoring

This commit is contained in:
frankknoll
2022-02-21 13:57:28 +01:00
parent 31963fa40b
commit 06fc47aaec

View File

@@ -310,7 +310,7 @@
" 'Severe reports',\n",
" 'Lethality'\n",
" ]]\n",
" return batchCodeTable.sort_values(by='Severe reports', ascending=False)\n",
" return batchCodeTable.sort_values(by = 'Severe reports', ascending = False)\n",
"\n",
" def _getBatchCodeTableByCountry(self, country):\n",
" if country in self.countryBatchCodeTable.index:\n",