Skip to content

Commit

Permalink
Update passes_serialisation_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Nov 8, 2024
1 parent 7439d33 commit 8ad64e8
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions pytket/tests/passes_serialisation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,15 @@
from pathlib import Path
from typing import Any, Dict, List

from pytket.circuit import Node, Circuit, Qubit, OpType
from pytket.predicates import Predicate
from pytket.architecture import Architecture
from pytket.placement import Placement, GraphPlacement
import pytket.circuit_library as _library

from pytket.passes import (
BasePass,
SequencePass,
RemoveRedundancies,
RepeatUntilSatisfiedPass,
CommuteThroughMultis,
RepeatWithMetricPass,
RebaseCustom,
FullMappingPass,
DefaultMappingPass,
AASRouting,
SquashCustom,
CustomPass,
)
import pytest
from jsonschema import Draft7Validator, ValidationError # type: ignore
from referencing import Registry
from referencing.jsonschema import DRAFT7

import pytket.circuit_library as _library
from pytket.architecture import Architecture
from pytket.circuit import Circuit, Node, OpType, Qubit
from pytket.circuit.named_types import ParamType








from pytket.mapping import (
BoxDecompositionRoutingMethod,
LexiLabellingMethod,
Expand Down

0 comments on commit 8ad64e8

Please sign in to comment.