Skip to content

Commit

Permalink
adds new metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Sep 4, 2022
1 parent a884ccc commit 77d129c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ class DBQueries(NamedTuple):
"newDeaths28DaysByDeathDateChange": int,
"newDeaths28DaysByDeathDateChangePercentage": float,
"newVirusTestsByPublishDateChange": int,
"newVirusTestsByPublishDateChangePercentage": float
"newVirusTestsByPublishDateChangePercentage": float,

'variants': list,
}


Expand Down Expand Up @@ -854,5 +856,7 @@ class DBQueries(NamedTuple):
"newDeaths28DaysByDeathDateChange": int,
"newDeaths28DaysByDeathDateChangePercentage": float,
"newVirusTestsByPublishDateChange": int,
"newVirusTestsByPublishDateChangePercentage": float
"newVirusTestsByPublishDateChangePercentage": float,

'variants': list,
}

0 comments on commit 77d129c

Please sign in to comment.