fix: remove unused imports and adjust common module re-exports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 14:06:23 -03:00
parent e0e00f13af
commit d5f9adc3ae
3 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
pub mod common {
pub use super::common::*;
}
pub mod common;
pub mod delete;
pub mod get;
pub mod info;