Skip to content

Conversation

friism
Copy link
Contributor

@friism friism commented Aug 20, 2014

Supersedes PR #2

@@ -1,6 +1,8 @@
from __future__ import absolute_import
from flask import Flask, render_template, request, redirect, session
from rauth import OAuth2Service
from urlparse import urlparse
from flask_sslify import SSLify
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please alphabetize imports

@friism
Copy link
Contributor Author

friism commented Aug 22, 2014

@zheller Thanks for the feedback! Let me know if I missed anything

@zheller
Copy link
Contributor

zheller commented Aug 22, 2014

Cool, i think you may need to rebase and fix a merge conflict but its a +1 from me!

@friism
Copy link
Contributor Author

friism commented Aug 22, 2014

@kaushal @zheller changed the scope wording and it's rebased on master

import json
import os
import requests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops forgot this, requests is not a std lib, you should also swap this section and above -- i think this was a problem in our code initially but would love if you did us a solid here.

@friism
Copy link
Contributor Author

friism commented Aug 22, 2014

@zheller like so? (sorry about this back-and-forth, I don't write Python in my dayjob)

@zheller
Copy link
Contributor

zheller commented Aug 22, 2014

looks great! Thanks @friism

zheller added a commit that referenced this pull request Aug 22, 2014
@zheller zheller merged commit 0c6989e into uber:master Aug 22, 2014
@friism
Copy link
Contributor Author

friism commented Aug 22, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants