Skip to content

Commit

Permalink
Update PythonServices.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Feb 14, 2024
1 parent 75016e0 commit 0c393c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NodeServices/PythonServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ public void ApplyInitializationAction(Action<PythonEngine> initAction, bool call
/// <summary>
/// Event that is triggered for every new engine that is added.
/// </summary>
public static PythonEngineChangedHandler PythonEngineAdded;
public event PythonEngineChangedHandler PythonEngineAdded;

/// <summary>
/// Event that is triggered for every engine that is removed.
/// </summary>
public static PythonEngineChangedHandler PythonEngineRemoved;
public event PythonEngineChangedHandler PythonEngineRemoved;

#region Constant strings

Expand Down

0 comments on commit 0c393c2

Please sign in to comment.