formating

This commit is contained in:
frankknoll
2022-02-25 12:09:24 +01:00
parent 3b95265ae6
commit 1c70ce1fca

View File

@@ -26,7 +26,7 @@
"class VaersDescrReader:\n", "class VaersDescrReader:\n",
" \n", " \n",
" def __init__(self, dataDir):\n", " def __init__(self, dataDir):\n",
" self.dataDir = dataDir \n", " self.dataDir = dataDir\n",
"\n", "\n",
" def readVaersDescrsForYears(self, years):\n", " def readVaersDescrsForYears(self, years):\n",
" return [self.readVaersDescrForYear(year) for year in years]\n", " return [self.readVaersDescrForYear(year) for year in years]\n",