Skip to content

Commit

Permalink
docs: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
  • Loading branch information
gunjjoshi committed Aug 11, 2024
1 parent 233bb42 commit cd20f3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

var resolve = require( 'path' ).resolve;
var bench = require( '@stdlib/bench' );
var gamma = require( '@stdlib/math/base/special/gamma' );
var randu = require( '@stdlib/random/base/randu' );
var isnan = require( '@stdlib/math/base/assert/is-nan' );
var tryRequire = require( '@stdlib/utils/try-require' );
Expand Down

0 comments on commit cd20f3c

Please sign in to comment.