Skip to content

Commit fb01236

Browse files
committed
lint
1 parent 8510616 commit fb01236

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ export type ETInput =
1717
| Float32Array
1818
| Float64Array;
1919

20-
2120
export interface ExecutorchModule {
2221
error: string | null;
2322
isModelLoading: boolean;
2423
isModelRunning: boolean;
2524
forward: (input: ETInput, shape: number[]) => Promise<number[]>;
2625
loadMethod: (methodName: string) => Promise<void>;
2726
loadForward: () => Promise<void>;
28-
}
27+
}

0 commit comments

Comments
 (0)