Optimize imports

This commit is contained in:
2026-08-26 16:39:17 +08:00
parent ffdea581f1
commit 0810cdb892
12 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! High-level PN532 command driver.
use crate::commands::*;
use crate::error::{Error};
use crate::error::Error;
use crate::interface::Interface;
pub(crate) const PACKET_BUFFER_SIZE: usize = 64;