Skip to content

Commit

Permalink
Remove unused @ts-expect-error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
voidvoxel committed Jun 17, 2024
1 parent e8384a5 commit a21c387
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utilities/to-svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ export function toSVG<
// Get network size array for NeuralNetwork or NeuralNetworkGPU
let sizes: number[] = [];
if (net instanceof NeuralNetwork || net instanceof NeuralNetworkGPU) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
sizes = getNeuralNetworkSizes(net);
}
// get network size for Recurrent
Expand Down

0 comments on commit a21c387

Please sign in to comment.