From 35aa513f82346769919a838df61f2b98381252d8 Mon Sep 17 00:00:00 2001
From: Dan Braghis <dan.braghis@torchbox.com>
Date: Wed, 17 Jan 2018 10:04:51 +0000
Subject: [PATCH] fixup! Lint and collectstatic for Travis

---
 opentech/settings/base.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index 6eeb6762c..0bd61cbb1 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -193,7 +193,6 @@ LOGIN_REDIRECT_URL = '/'
 
 AUTHENTICATION_BACKENDS = (
     'social_core.backends.google.GoogleOAuth2',
-
     'django.contrib.auth.backends.ModelBackend',
 )
 
-- 
GitLab