Skip to content

Commit 9faca62

Browse files
committed
dummy pr
1 parent 5070566 commit 9faca62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/repl/pythonServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class PythonServerImpl implements PythonServer, Disposable {
107107
serverInstance = undefined;
108108
}
109109
}
110+
const hello = 'this is dummy PR to test CI';
110111

111112
export function createPythonServer(interpreter: string[], cwd?: string): PythonServer {
112113
if (serverInstance) {

0 commit comments

Comments
 (0)