Skip to content

Commit 3b60ab9

Browse files
committed
removed unused import
1 parent 357a16e commit 3b60ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dfx/src/lib/models/canister.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ impl CanisterPool {
606606
source_graph,
607607
|&s| {
608608
let source_id = source_graph.node_weight(s);
609-
if let Some(MotokoImport::Canister(_parent_name)) = source_id {
609+
if let Some(MotokoImport::Canister(_)) = source_id {
610610
true
611611
} else {
612612
false

0 commit comments

Comments
 (0)