Skip to content

Commit ac139ac

Browse files
remove unused import.
1 parent faee5f9 commit ac139ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow_quantum/core/serialize/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ py_test(
2828
deps = [
2929
":op_serializer",
3030
"//tensorflow_quantum/core/proto:program_py_proto",
31-
"//tensorflow_quantum/python:util",
3231
],
3332
)
3433

tensorflow_quantum/core/serialize/op_serializer_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from google.protobuf import json_format
2424
from tensorflow_quantum.core.proto import program_pb2
2525
from tensorflow_quantum.core.serialize import op_serializer
26-
from tensorflow_quantum.python import util
2726

2827

2928
def op_proto(json):

0 commit comments

Comments
 (0)