Skip to content

Commit f922751

Browse files
committed
reformatting
1 parent 84e3e17 commit f922751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+53
-11
lines changed

tensorflow_quantum/core/ops/batch_util_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/circuit_execution_ops_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/cirq_ops_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/math_ops/fidelity_op_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/math_ops/inner_product_grad_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/math_ops/inner_product_op_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/math_ops/simulate_mps_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/noise/noisy_expectation_op_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/noise/noisy_sampled_expectation_op_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

tensorflow_quantum/core/ops/noise/noisy_samples_op_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Remove PYTHONPATH collisions for protobuf.
1717
# pylint: disable=wrong-import-position
1818
import sys
19+
1920
NEW_PATH = [x for x in sys.path if 'com_google_protobuf' not in x]
2021
sys.path = NEW_PATH
2122
# pylint: enable=wrong-import-position

0 commit comments

Comments
 (0)