Skip to content

Commit 1001ae3

Browse files
committed
fix: remove unused imports
1 parent 83f2a61 commit 1001ae3

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/random/strided/tools/docs/types

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121
/* eslint-disable max-lines */
2222

23-
import binaryFactory = require( '@stdlib/random/strided/tools/binary-factory' );
24-
import ternaryFactory = require( '@stdlib/random/strided/tools/ternary-factory' );
25-
import unaryFactory = require( '@stdlib/random/strided/tools/unary-factory' );
26-
2723
/**
2824
* Interface describing the `tools` namespace.
2925
*/

0 commit comments

Comments
 (0)