Don't require objtype import to use arg_check! macro

This commit is contained in:
Joey
2019-02-21 08:37:24 -08:00
parent e2ee933256
commit eec76ef8e8
24 changed files with 8 additions and 25 deletions

View File

@@ -2,7 +2,6 @@
*/
use super::objtype;
use crate::bytecode;
use crate::pyobject::{
IdProtocol, PyContext, PyFuncArgs, PyObjectPayload, PyObjectRef, PyResult, TypeProtocol,