Skip to content

Commit d04e17c

Browse files
committed
organize imports
1 parent 29e7b0b commit d04e17c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from __future__ import absolute_import
22
from flask import Flask, render_template, request, redirect, session
3-
from rauth import OAuth2Service
4-
from urlparse import urlparse
53
from flask_sslify import SSLify
4+
from rauth import OAuth2Service
65

7-
import requests
8-
import os
96
import json
7+
import os
8+
import requests
9+
from urlparse import urlparse
1010

1111
app = Flask(__name__, static_folder='static', static_url_path='')
1212
app.requests_session = requests.Session()

0 commit comments

Comments
 (0)