Skip to content

Commit 912bed5

Browse files
committed
Remove unused import
1 parent 693522c commit 912bed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/utils/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
// LZ4,
99
// Zstd,
1010
} from 'numcodecs'
11-
import { deviation, extent } from 'd3-array'
11+
import { deviation } from 'd3-array'
1212
import { PROJECTIONS, ASPECTS } from '../constants'
1313

1414
const COMPRESSORS = {

0 commit comments

Comments
 (0)