Skip to content

Commit cbc6d99

Browse files
authored
docs: remove unused import
Signed-off-by: Athan <[email protected]>
1 parent 3317e12 commit cbc6d99

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dsumkbn/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsumkbn/lib/ndarray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ var abs = require( '@stdlib/math/base/special/abs' );
4444
*
4545
* @example
4646
* var Float64Array = require( '@stdlib/array/float64' );
47-
* var floor = require( '@stdlib/math/base/special/floor' );
4847
*
4948
* var x = new Float64Array( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ] );
5049
*

0 commit comments

Comments
 (0)