aboutsummaryrefslogtreecommitdiffstats
path: root/snekbox.py
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
commit78552b961535578b38c5c8fe79698179a6eac31d (patch)
tree6fb51473decb543e353925048ab60c368144eb46 /snekbox.py
parentAdd flake8 extensions, add precommit script, update lockfile (diff)
Fix ordering of imports
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