mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Remove unused base64::Engine import in daytona integration tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d8cd4f0c21
commit
aa8aab6588
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue