Skip to content

Commit e61317a

Browse files
committed
fmt
1 parent 7f2ba6a commit e61317a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stdlib/src/sqlite.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ mod _sqlite {
6161
PyInt, PyIntRef, PySlice, PyStr, PyStrRef, PyTuple, PyTupleRef, PyType, PyTypeRef,
6262
},
6363
convert::IntoObject,
64-
function::{ArgCallable, ArgIterable, FsPath, FuncArgs, OptionalArg, PyComparisonValue, PySetterValue},
64+
function::{
65+
ArgCallable, ArgIterable, FsPath, FuncArgs, OptionalArg, PyComparisonValue,
66+
PySetterValue,
67+
},
6568
object::{Traverse, TraverseFn},
6669
protocol::{PyBuffer, PyIterReturn, PyMappingMethods, PySequence, PySequenceMethods},
6770
sliceable::{SaturatedSliceIter, SliceableSequenceOp},

0 commit comments

Comments
 (0)