Skip to content

Commit

Permalink
relative import:
Browse files Browse the repository at this point in the history
  • Loading branch information
nealerickson-qtm committed Oct 12, 2023
1 parent 2dbb1ea commit b495d87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytket/phir/sharding/sharder.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from typing import cast

from pytket.circuit import Circuit, Command, Conditional, Op, OpType
from pytket.phir.sharding.shard import Shard
from pytket.unit_id import Bit, UnitID

from .shard import Shard

NOT_IMPLEMENTED_OP_TYPES = [OpType.CircBox, OpType.WASM]

SHARD_TRIGGER_OP_TYPES = [
Expand Down

0 comments on commit b495d87

Please sign in to comment.