aboutsummaryrefslogtreecommitdiffstats
path: root/snekweb.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-25 09:10:18 +1000
committerGravatar GitHub <[email protected]>2019-03-25 09:10:18 +1000
commit84a21439a2497a470c2d8204bb3a0b68fc288982 (patch)
tree6fb51473decb543e353925048ab60c368144eb46 /snekweb.py
parentMerge pull request #6 from python-discord/contrib-and-precommit (diff)
parentFix ordering of imports (diff)
Merge pull request #11 from python-discord/add-flake8-extensions
Add flake8 extensions used in our other projects
Diffstat (limited to 'snekweb.py')
-rw-r--r--snekweb.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/snekweb.py b/snekweb.py
index 92e0436..57d79e2 100644
--- a/snekweb.py
+++ b/snekweb.py
@@ -1,13 +1,11 @@
-import traceback
-import threading
-import logging
import json
+import logging
+import threading
+import traceback
from flask import Flask
from flask import render_template
from flask_sockets import Sockets
-
-
from rmq import Rmq
# Load app