From 9faca62ffe45c28cb1b4327760f1abef5dd3db87 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Wed, 18 Jun 2025 16:18:37 -0700 Subject: [PATCH] dummy pr --- src/client/repl/pythonServer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/repl/pythonServer.ts b/src/client/repl/pythonServer.ts index 74e2d6ae7251..aec96c3d6da0 100644 --- a/src/client/repl/pythonServer.ts +++ b/src/client/repl/pythonServer.ts @@ -107,6 +107,7 @@ class PythonServerImpl implements PythonServer, Disposable { serverInstance = undefined; } } +const hello = 'this is dummy PR to test CI'; export function createPythonServer(interpreter: string[], cwd?: string): PythonServer { if (serverInstance) {