Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 501ca26

Browse files
committed
remove empty line
1 parent 6ae0e5a commit 501ca26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/views/events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def index(request):
5555
map_events = serializers.serialize('json', events, fields=('geoposition', 'title', 'pk', 'slug', 'description', 'picture'))
5656
user_ip = get_client_ip(forwarded=request.META.get('HTTP_X_FORWARDED_FOR'),
5757
remote=request.META.get('REMOTE_ADDR'))
58-
5958
country = get_country_from_user_ip(user_ip)
6059

6160
try:

0 commit comments

Comments
 (0)