Skip to content

Commit d59032a

Browse files
mbostockFil
authored andcommitted
remove unused import
1 parent f00ef14 commit d59032a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/marks/raster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {blurImage, Delaunay, randomLcg, rgb} from "d3";
1+
import {blurImage, Delaunay, randomLcg} from "d3";
22
import {valueObject} from "../channel.js";
33
import {create} from "../context.js";
44
import {map, first, second, third, isTuples, isNumeric, isTemporal, identity} from "../options.js";

0 commit comments

Comments
 (0)