Skip to content

Commit

Permalink
fix: remove python 2 notice
Browse files Browse the repository at this point in the history
nobody should even be using 2 anymore
  • Loading branch information
Almenon committed Nov 15, 2024
1 parent c91b5ce commit a44b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class PythonExecutor {
}

/**
* starts python_evaluator.py. Will NOT WORK with python 2
* starts python_evaluator.py.
*/
start(finishedStartingCallback) {
this.state = PythonState.Starting
Expand Down

0 comments on commit a44b480

Please sign in to comment.