Skip to content

Commit 75c18ef

Browse files
committed
fmt check
1 parent d4c2e5e commit 75c18ef

File tree

1 file changed

+1
-1
lines changed
  • crates/processing_pyo3/src

1 file changed

+1
-1
lines changed

crates/processing_pyo3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
mod glfw;
1212
mod graphics;
1313

14-
use graphics::{Graphics, Image, Geometry, Topology, get_graphics, get_graphics_mut};
14+
use graphics::{Geometry, Graphics, Image, Topology, get_graphics, get_graphics_mut};
1515
use pyo3::{exceptions::PyRuntimeError, prelude::*, types::PyTuple};
1616

1717
use std::env;

0 commit comments

Comments
 (0)