remove warnings in nu_command tests (#10145)

several warnings were appearing in nu_command tests when running just
the tests
in nu_command so I went ahead and removed the warnings...
This commit is contained in:
Michael Angerman
2023-08-29 13:18:52 -07:00
committed by GitHub
parent c59d9dc306
commit 7d3312e96e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
use nu_test_support::nu;
#[allow(unused_imports)]
use nu_test_support::pipeline;
#[test]