Skip to content

Commit cb1dbdf

Browse files
committed
Fix tests
1 parent 1771b3c commit cb1dbdf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

node-graph/gcore/src/raster/adjustments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,8 @@ fn color_overlay<T: Adjust<Color>>(
15591559

15601560
#[cfg(test)]
15611561
mod test {
1562+
use crate::raster::adjustments::BlendMode;
15621563
use crate::raster::image::{Image, ImageFrameTable};
1563-
use crate::raster::{BlendMode, Image};
15641564
use crate::{Color, Node};
15651565
use std::pin::Pin;
15661566

node-graph/gstd/src/image_color_palette.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ mod test {
6666
use super::*;
6767

6868
use graphene_core::raster::image::{Image, ImageFrameTable};
69-
use graphene_core::raster::Image;
7069

7170
#[test]
7271
fn test_image_color_palette() {

0 commit comments

Comments
 (0)