diff options
author | 2019-03-19 18:59:53 -0600 | |
---|---|---|
committer | 2019-03-19 18:59:53 -0600 | |
commit | 78552b961535578b38c5c8fe79698179a6eac31d (patch) | |
tree | 6fb51473decb543e353925048ab60c368144eb46 /snekbox.py | |
parent | Add flake8 extensions, add precommit script, update lockfile (diff) |
Fix ordering of imports
Diffstat (limited to 'snekbox.py')
-rw-r--r-- | snekbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import json import multiprocessing -import subprocess import os +import subprocess import sys from rmq import Rmq |