Skip to content

Commit

Permalink
removed duplicate RHListScenario trait
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Mar 25, 2024
1 parent 4f18e7b commit 10c8b72
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 131 deletions.
4 changes: 0 additions & 4 deletions framework/snippets/src/itx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ mod interactor_env_deploy;
mod interactor_env_exec;
mod interactor_env_query;
mod interactor_env_transf;
mod interactor_rh_list;
mod interactor_rh_list_item;

pub use interactor_env::*;
pub use interactor_env_deploy::*;
pub use interactor_env_exec::InteractorEnvExec;
pub use interactor_env_query::InteractorEnvQuery;
pub use interactor_env_transf::*;
pub use interactor_rh_list::*;
pub use interactor_rh_list_item::*;
51 changes: 0 additions & 51 deletions framework/snippets/src/itx/interactor_rh_list.rs

This file was deleted.

76 changes: 0 additions & 76 deletions framework/snippets/src/itx/interactor_rh_list_item.rs

This file was deleted.

0 comments on commit 10c8b72

Please sign in to comment.