Skip to content

Commit 184e882

Browse files
author
Vimarsh Patel
committed
Second Aggregation
1 parent b0deb24 commit 184e882

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/location/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Location: # pylint: disable=too-many-instance-attributes
1111
"""
1212

1313
def __init__(
14+
1415
self, id, country, province, coordinates, last_updated, confirmed, deaths, recovered,
1516
): # pylint: disable=too-many-arguments
1617
# General info.

app/utils/populations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class POPULATION:
1515
# Fetching of the populations.
1616
POPULATION = fetch_population()
17-
17+
1818
def __init__(self):
1919
self.population = POPULATION
2020

0 commit comments

Comments
 (0)