aboutsummaryrefslogtreecommitdiffstats
path: root/snekbox.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 /snekbox.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 'snekbox.py')
-rw-r--r--snekbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox.py b/snekbox.py
index 37d7993..59147a8 100644
--- a/snekbox.py
+++ b/snekbox.py
@@ -1,7 +1,7 @@
import json
import multiprocessing
-import subprocess
import os
+import subprocess
import sys
from rmq import Rmq