Skip to content

Commit 9712446

Browse files
author
ExpDev07
committed
fix tests
1 parent 31dbadc commit 9712446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/countrycodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,5 +380,5 @@ def country_code(country):
380380
if country_code == default_code:
381381
print("No country_code found for '%s'. Using '%s'!" % (country, country_code))
382382

383-
# Return
383+
# Return.
384384
return country_code

0 commit comments

Comments
 (0)