Skip to content

Commit

Permalink
Update cirq_ops_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumJaeYoo authored Jul 10, 2023
1 parent 653cd39 commit da9bc83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow_quantum/core/ops/cirq_ops_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# Remove PYTHONPATH collisions for protobuf.
# pylint: disable=wrong-import-position
import sys
from cirq_google.engine.abstract_processor import AbstractProcessor


NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
sys.path = NEW_PATH
Expand All @@ -29,6 +27,7 @@
from absl.testing import parameterized
import cirq
import cirq_google
from cirq_google.engine.abstract_processor import AbstractProcessor

from tensorflow_quantum.core.ops import cirq_ops
from tensorflow_quantum.core.serialize import serializer
Expand Down

0 comments on commit da9bc83

Please sign in to comment.