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 @@
from __future__ import print_function, absolute_import
import sys, os, golang, subprocess
from six import PY2, PY3
import sys, os, golang
from six import PY2
from six.moves import builtins
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