Remove unused variable

This commit is contained in:
Alex Goodman 2016-11-03 15:14:05 -07:00
parent d3d1aa0928
commit 22b6fe4178

View file

@ -56,7 +56,6 @@ import org.junit.Test;
public class PythonInterpreterMatplotlibTest {
private InterpreterGroup intpGroup;
private PythonInterpreterPandasSql sql;
private PythonInterpreter python;
private InterpreterContext context;