Skip to content

Commit d302e9a

Browse files
committed
Remove unused import in canvas tests
1 parent 2f3197c commit d302e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canvas/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For this file only, any copyright is dedicated to the Public Domain.
44
// https://creativecommons.org/publicdomain/zero/1.0/
55

6-
use pathfinder_geometry::vector::{Vector2F, vec2f};
6+
use pathfinder_geometry::vector::vec2f;
77
use super::Path2D;
88

99
#[test]

0 commit comments

Comments
 (0)