Skip to content

Commit

Permalink
Merge pull request #105 from JRMurr/fix-lint
Browse files Browse the repository at this point in the history
Remove un-used import
  • Loading branch information
zhaofengli authored Jan 18, 2024
2 parents a7c878b + 857c716 commit fbe252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::str::FromStr;
use anyhow::{anyhow, Result};
use serde::{Deserialize, Serialize};

pub use attic::cache::{CacheName, CacheNamePattern};
pub use attic::cache::{CacheName};

/// A reference to a cache.
#[derive(Debug, Clone)]
Expand Down

0 comments on commit fbe252a

Please sign in to comment.