From 66c362ccb24573a7830335ead5469c35d8b26bbe Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Wed, 1 May 2013 07:49:24 -0400
Subject: [PATCH] pep8

---
 umap/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/umap/views.py b/umap/views.py
index bcefb93..50e40f3 100644
--- a/umap/views.py
+++ b/umap/views.py
@@ -110,7 +110,7 @@ class Search(TemplateView, PaginatorMixin):
         kwargs.update({
             'maps': maps,
             'q': q
-            })
+        })
         return kwargs
 
     def get_template_names(self):
-- 
GitLab