8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · pyscript/pyscript@6ad6cb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ad6cb9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ee9fa8 commit 6ad6cb9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyscriptjs/src/interpreter_client.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ export class InterpreterClient extends Object {
2020
globals: Synclink.Remote<PyProxyDict>;
2121
stdio: Stdio;
2222

23-
constructor(
24-
config: AppConfig,
25-
stdio: Stdio,
26-
remote: Synclink.Remote<RemoteInterpreter>,
27-
) {
23+
constructor(config: AppConfig, stdio: Stdio, remote: Synclink.Remote<RemoteInterpreter>) {
2824
super();
2925
this.config = config;
3026
this._remote = remote;

0 commit comments

Comments
 (0)
0