Skip to content

Commit 6c29742

Browse files
authored
remove comment
1 parent 73f02fb commit 6c29742

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/location/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ def country_population(self):
4040
:returns: The population.
4141
:rtype: int
4242
"""
43-
country_code = self.country_code
44-
45-
# Return population.
4643
return country_population(self.country_code)
4744

4845
def serialize(self):

0 commit comments

Comments
 (0)