aboutsummaryrefslogtreecommitdiffstats
path: root/snekbox.py
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-24 17:23:14 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-24 17:23:14 -0600
commit4b3e724d34ffc85a7d62bbc93084cee2859dc3a5 (patch)
tree13eff72ac60b860f12c2083fccdce19c385c0251 /snekbox.py
parentAdd D400 to ignored flake8 rules (diff)
parentMerge pull request #11 from python-discord/add-flake8-extensions (diff)
Merge branch 'master' into flake8-updates
# Conflicts: # .flake8 # Pipfile # Pipfile.lock
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 5f7b42f..a5cebde 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