mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-02 07:02:16 +00:00
The tests module imports std::env but never references it, which trips the unused_imports warning during CI builds. Remove the dead import to silence the warning. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>