Skip to content

Commit 8d9bee2

Browse files
committed
Formatting.
1 parent 285eb54 commit 8d9bee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use inline_python::{python, Context};
1+
use inline_python::{Context, python};
22

33
fn main() {
44
python! {

examples/rust-fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use inline_python::{python, Context};
1+
use inline_python::{Context, python};
22
use pyo3::{prelude::*, wrap_pyfunction};
33

44
#[pyfunction]

0 commit comments

Comments
 (0)