[Python-modules-commits] [python-social-auth] 69/71: PEP8

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 53902cb854bb7f20d0692339606d2496fc8152af
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Thu Jan 14 15:56:15 2016 -0300

    PEP8
---
 social/apps/django_app/urls.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/social/apps/django_app/urls.py b/social/apps/django_app/urls.py
index 1d72e5b..fc85107 100644
--- a/social/apps/django_app/urls.py
+++ b/social/apps/django_app/urls.py
@@ -6,14 +6,12 @@ except ImportError:
     # Django < 1.4
     from django.conf.urls.defaults import url
 
-
 from social.utils import setting_name
 from social.apps.django_app import views
 
 
 extra = getattr(settings, setting_name('TRAILING_SLASH'), True) and '/' or ''
 
-
 urlpatterns = [
     # authentication / association
     url(r'^login/(?P<backend>[^/]+){0}$'.format(extra), views.auth,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list