Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
weclaw1 committed Dec 28, 2023
1 parent e56573c commit 8c59a35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions optimal-settings-backend/src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ pub mod auth;

pub use game::Game;
pub use game_image::GameImage;
pub use game_settings::GameSettings;
pub use game_settings_sources::GameSettingsSources;
pub use guide::Guide;
pub use guide_image::GuideImage;
pub use report::{OperatingSystem, Report};
pub use report::Report;

pub trait ValidateModel {
fn validate(&self) -> Result<(), anyhow::Error>;
Expand Down

0 comments on commit 8c59a35

Please sign in to comment.