Fix alphabetical order in main.py
This commit is contained in:
parent
076b271be2
commit
734336ef67
1 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@ import sys
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
import redis
|
import redis
|
||||||
from redis.exceptions import ConnectionError
|
|
||||||
|
|
||||||
from flask import abort, Flask, render_template, request
|
|
||||||
|
|
||||||
from cryptography.fernet import Fernet
|
from cryptography.fernet import Fernet
|
||||||
|
from flask import abort, Flask, render_template, request
|
||||||
|
from redis.exceptions import ConnectionError
|
||||||
|
|
||||||
|
|
||||||
SNEAKY_USER_AGENTS = ('Slackbot', 'facebookexternalhit', 'Twitterbot',
|
SNEAKY_USER_AGENTS = ('Slackbot', 'facebookexternalhit', 'Twitterbot',
|
||||||
|
|
Loading…
Reference in a new issue