mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
style: Remove useless newlines
This commit is contained in:
parent
bd2564e869
commit
2eb9bf5eae
2 changed files with 1 additions and 3 deletions
|
|
@ -178,7 +178,6 @@ public class PythonCondaInterpreter extends Interpreter {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
private void printUsage(InterpreterOutput out) {
|
||||
try {
|
||||
out.setType(InterpreterResult.Type.HTML);
|
||||
|
|
@ -203,7 +202,6 @@ public class PythonCondaInterpreter extends Interpreter {
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Use python interpreter's scheduler.
|
||||
* To make sure %python.conda paragraph and %python paragraph runs sequentially
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ public class PythonCondaInterpreterTest {
|
|||
|
||||
// list available env
|
||||
InterpreterContext context = getInterpreterContext();
|
||||
InterpreterResult result = conda.interpret("", context);
|
||||
InterpreterResult result = conda.interpret("env list", context);
|
||||
assertEquals(InterpreterResult.Code.SUCCESS, result.code());
|
||||
|
||||
context.out.flush();
|
||||
|
|
|
|||
Loading…
Reference in a new issue