Re-export pyobject::* from the root of the crate

This commit is contained in:
Noah
2021-05-15 16:35:12 -05:00
parent 3f68a23963
commit 99104faaf7
133 changed files with 300 additions and 323 deletions

View File

@@ -13,8 +13,8 @@ mod _string {
use crate::format::{
FieldName, FieldNamePart, FieldType, FormatPart, FormatString, FromTemplate,
};
use crate::pyobject::{BorrowValue, IntoPyObject, PyObjectRef, PyResult};
use crate::vm::VirtualMachine;
use crate::{BorrowValue, IntoPyObject, PyObjectRef, PyResult};
fn create_format_part(
literal: String,