Skip to content

Commit

Permalink
imports in backend
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 27, 2024
1 parent e7f073d commit abc5588
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/backend/src/choose.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
//! This module contains [`BackendOptions`] and helpers to choose a backend from a given url.
use derive_setters::Setters;
use rustic_core::{ErrorKind, RusticError};
use std::{collections::HashMap, sync::Arc};
use strum_macros::{Display, EnumString};

#[allow(unused_imports)]
use rustic_core::{RepositoryBackends, RusticResult, WriteBackend};
use rustic_core::{ErrorKind, RepositoryBackends, RusticError, RusticResult, WriteBackend};

use crate::{
local::LocalBackend,
Expand Down

0 comments on commit abc5588

Please sign in to comment.