Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bellanger committed Apr 23, 2024
1 parent 1d4c056 commit 6485ffc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/io/driver.rs
@@ -1,8 +1,6 @@
//! Drivers used to send data to the printer (Network or USB)

#[cfg(any(feature = "usb", feature = "native_usb", feature = "hidapi", feature = "serial_port"))]
use crate::errors::PrinterError;
use crate::errors::Result;
use crate::errors::{PrinterError, Result};
#[cfg(feature = "native_usb")]
use futures_lite::future::block_on;
#[cfg(feature = "hidapi")]
Expand Down

0 comments on commit 6485ffc

Please sign in to comment.