Commit 75169174 authored by Kirill Smelkov's avatar Kirill Smelkov

gpython_test: Kill unused imports

gpython/gpython_test.py:23: 'subprocess' imported but unused
gpython/gpython_test.py:24: 'six.PY3' imported but unused
parent 89a1061a
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
from __future__ import print_function, absolute_import from __future__ import print_function, absolute_import
import sys, os, golang, subprocess import sys, os, golang
from six import PY2, PY3 from six import PY2
from six.moves import builtins from six.moves import builtins
import pytest import pytest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment