Skip to content

Commit d3db947

Browse files
committed
Rename BaseRunner.ts to baseRunner.ts
1 parent 85d4157 commit d3db947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ export abstract class BaseRunner<T> {
332332

333333
protected abstract renderScript(pythonCode: string): Promise<string>;
334334
public abstract runBacktest(pythonCode: string): Promise<Backtest>;
335-
}
335+
}

0 commit comments

Comments
 (0)