Skip to content

Commit

Permalink
Fix clippy warning for redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Apr 10, 2024
1 parent 5512608 commit 47786f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion generate_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def flatten(items):

outfile.write("use super::policies::*;\n")
outfile.write("use super::*;\n")
outfile.write("use iso7816::command::{CommandBuilder, ExpectedLen};\n")

for command, v in data.items():
name = camel_case(command)
Expand Down
1 change: 0 additions & 1 deletion src/se05x/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

use super::policies::*;
use super::*;
use iso7816::command::{CommandBuilder, ExpectedLen};

// ************* CreateSession ************* //

Expand Down

0 comments on commit 47786f9

Please sign in to comment.