remove unused import from itertools

This commit is contained in:
Darren Schroeder 2024-07-05 06:58:54 -05:00 committed by GitHub
parent db7128f9b9
commit 56f0636371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
use itertools::unfold;
use nu_engine::{command_prelude::*, ClosureEval};
use nu_protocol::engine::Closure;