Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rruckley committed Feb 8, 2025
1 parent 469a707 commit 79c9c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/get_qualification.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
//! TMF645 Get Qualification Example
use tmf_client::{common::tmf_error::TMFError, tmf::tmf645};
use tmf_client::common::tmf_error::TMFError;
#[cfg(feature = "tmf645")]
use tmf_client::{Operations, TMFClient};
use tmflib::HasDescription;
#[cfg(feature = "tmf645")]
use tmflib::{HasId,HasName};
use tmflib::{HasId,HasDescription};

fn main() -> Result<(),TMFError> {
#[cfg(feature = "tmf645")]
Expand Down
1 change: 0 additions & 1 deletion src/tmf/tmf645.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! TMF645 Service Qualifcation API
//! Manage objects with TMF645 Service Qualification API
use tmflib::tmf629::customer::Customer;
use tmflib::tmf645::check_service_qualification::CheckServiceQualification;
use tmflib::Uri;

Expand Down

0 comments on commit 79c9c89

Please sign in to comment.