Skip to content

Commit 4bbdcb1

Browse files
committed
reorder import
1 parent 66b0196 commit 4bbdcb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/argument_markers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
use crate::tools::safe_repr;
21
use pyo3::basic::CompareOp;
32
use pyo3::prelude::*;
43
use pyo3::types::{PyDict, PyTuple};
54

5+
use crate::tools::safe_repr;
6+
67
#[pyclass(module = "pydantic_core._pydantic_core", get_all, frozen, freelist = 100)]
78
#[derive(Debug, Clone)]
89
pub struct ArgsKwargs {

0 commit comments

Comments
 (0)