Skip to content

Commit 250f129

Browse files
authoredMar 27, 2025··
Sort import statements - no change in the effective code (#7195)
Executed check/format-incremental --all --apply Related to #4863
1 parent fa18b82 commit 250f129

File tree

634 files changed

+1400
-1365
lines changed

Some content is hidden

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

634 files changed

+1400
-1365
lines changed
 

‎benchmarks/circuit_construction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import itertools
15-
from typing import Tuple, Set, Sequence
15+
from typing import Sequence, Set, Tuple
1616

1717
import cirq
1818

‎benchmarks/parameter_resolution.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
# limitations under the License.
1414

1515
import random
16+
1617
import numpy as np
1718
import sympy
19+
1820
import cirq
1921

2022

0 commit comments

Comments
 (0)
Please sign in to comment.