Skip to content

Commit bfab463

Browse files
committed
clippy
1 parent 2a380c7 commit bfab463

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
@@ -12,7 +12,7 @@ mod glfw;
1212
mod graphics;
1313

1414
use graphics::{Graphics, get_graphics, get_graphics_mut};
15-
use pyo3::{exceptions::PyRuntimeError, prelude::*, types::PyFunction};
15+
use pyo3::{exceptions::PyRuntimeError, prelude::*};
1616

1717
#[pymodule]
1818
fn processing(m: &Bound<'_, PyModule>) -> PyResult<()> {

0 commit comments

Comments
 (0)