Skip to content

Commit

Permalink
fix: remove leftover disabled lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 5, 2023
1 parent 3b59a50 commit 3aec20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ declare function zeros( shape: Shape | number, options?: Options ): float64ndarr
* var dt = arr.dtype;
* // returns 'float64'
*/
declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray<number>; unified-signatures
declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray<number>;


// EXPORTS //
Expand Down

0 comments on commit 3aec20d

Please sign in to comment.