Skip to content

Commit 1b2d5d6

Browse files
authored
fix: Remove unused imports (#61)
2 parents f56c55f + 1ac2dce commit 1b2d5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fill, flattenDeep, invert, padStart, unzip } from "lodash";
1+
import { fill, padStart, unzip } from "lodash";
22
import { inv } from "mathjs";
33

44
type Matrix = {

0 commit comments

Comments
 (0)