[Python-modules-commits] [python-social-auth] 32/71: Switch import order

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:25 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 dead1da75566fccde9e2ec325d69644caf1900bf
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Oct 5 11:03:17 2015 -0300

    Switch import order
---
 social/backends/instagram.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/social/backends/instagram.py b/social/backends/instagram.py
index 8c2f32f..d67134a 100644
--- a/social/backends/instagram.py
+++ b/social/backends/instagram.py
@@ -2,8 +2,10 @@
 Instagram OAuth2 backend, docs at:
     http://psa.matiasaguirre.net/docs/backends/instagram.html
 """
-from hashlib import sha256
 import hmac
+
+from hashlib import sha256
+
 from social.backends.oauth import BaseOAuth2
 
 

-- 
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