Skip to content

Commit

Permalink
Fix warnings in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Sep 4, 2024
1 parent 4e48d60 commit 3c4ee08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/durable-test/tests/it/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use std::path::{Path, PathBuf};
use std::time::Duration;

use anyhow::Context;
use durable_client::{DurableClient, Program, ProgramOptions, Task};
use durable_runtime::Config;
use futures::TryStreamExt;
use durable_client::{DurableClient, Program, ProgramOptions};

mod basic;

Expand Down

0 comments on commit 3c4ee08

Please sign in to comment.