Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Jul 25, 2024
1 parent ba3e2c6 commit 70adc7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tket2/src/serialize/pytket/op/serialised.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ use hugr::IncomingPort;
use serde::de::Error;
use tket_json_rs::circuit_json;

use crate::extension::{
REGISTRY, TKET1_EXTENSION, TKET1_EXTENSION_ID, TKET1_OP_NAME,
};
use crate::extension::{REGISTRY, TKET1_EXTENSION, TKET1_EXTENSION_ID, TKET1_OP_NAME};
use crate::serialize::pytket::OpConvertError;

/// A serialized operation, containing the operation type and all its attributes.
Expand Down

0 comments on commit 70adc7a

Please sign in to comment.