mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Don't require objtype import to use arg_check! macro
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
*/
|
||||
|
||||
use super::objtype;
|
||||
use crate::bytecode;
|
||||
use crate::pyobject::{
|
||||
IdProtocol, PyContext, PyFuncArgs, PyObjectPayload, PyObjectRef, PyResult, TypeProtocol,
|
||||
|
||||
Reference in New Issue
Block a user