Skip to content

Commit 7a086e6

Browse files
committed
Remove SerializableGateSet
1 parent 29d2d3e commit 7a086e6

File tree

4 files changed

+0
-1475
lines changed

4 files changed

+0
-1475
lines changed

cirq-google/cirq_google/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
GateOpSerializer,
118118
Serializer,
119119
SerializingArg,
120-
SerializableGateSet,
121120
)
122121

123122
from cirq_google.workflow import (

cirq-google/cirq_google/serialization/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@
3232
)
3333

3434
from cirq_google.serialization.serializer import Serializer
35-
36-
from cirq_google.serialization.serializable_gate_set import SerializableGateSet

0 commit comments

Comments
 (0)