Skip to content

Commit ef1455f

Browse files
committed
PythonServiceExecutorFactory直接继承ServiceExecutorFactoryBase
1 parent 5e23aec commit ef1455f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/lealone/plugins/python/PythonServiceExecutorFactory.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
import java.io.File;
99

10-
import org.lealone.db.PluginBase;
1110
import org.lealone.db.service.Service;
12-
import org.lealone.db.service.ServiceExecutorFactory;
11+
import org.lealone.db.service.ServiceExecutorFactoryBase;
1312

14-
public class PythonServiceExecutorFactory extends PluginBase implements ServiceExecutorFactory {
13+
public class PythonServiceExecutorFactory extends ServiceExecutorFactoryBase {
1514

1615
public PythonServiceExecutorFactory() {
1716
super("python");

0 commit comments

Comments
 (0)