Skip to content

Commit

Permalink
rust: remove unused mods
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Feb 13, 2025
1 parent b999fa9 commit 38ec631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/agama-lib/src/product/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
// find current contact information at www.suse.com.

use std::collections::HashMap;
use std::str::FromStr;

use crate::dbus::{get_optional_property, get_property};
use crate::error::ServiceError;
use crate::software::model::RegistrationRequirement;
use crate::software::proxies::SoftwareProductProxy;
use serde::Serialize;
use zbus::Connection;
Expand Down

0 comments on commit 38ec631

Please sign in to comment.