Remove unused base64::Engine import in daytona integration tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-08 11:14:37 -04:00
parent d8cd4f0c21
commit aa8aab6588

View file

@ -3,7 +3,6 @@
//! These tests require a `DAYTONA_API_KEY` environment variable and network access.
//! Run with: `cargo test --package arc-workflows -- --ignored daytona`
use base64::Engine as _;
use std::collections::HashMap;
use std::path::Path;
use std::sync::Arc;