diff --git a/cirq-core/cirq/circuits/circuit_operation_test.py b/cirq-core/cirq/circuits/circuit_operation_test.py index 6a9c43cc4fe..7ada684253d 100644 --- a/cirq-core/cirq/circuits/circuit_operation_test.py +++ b/cirq-core/cirq/circuits/circuit_operation_test.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from typing import List - import pytest, sympy import cirq diff --git a/cirq-core/cirq/sim/act_on_args_container_test.py b/cirq-core/cirq/sim/act_on_args_container_test.py index d16430dd6f0..16380bc592c 100644 --- a/cirq-core/cirq/sim/act_on_args_container_test.py +++ b/cirq-core/cirq/sim/act_on_args_container_test.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from typing import List, Dict, Any, Sequence, Tuple, Optional, Union +from typing import Any, Dict, List, Optional, Sequence, Union import cirq diff --git a/cirq-core/cirq/sim/simulator_base_test.py b/cirq-core/cirq/sim/simulator_base_test.py index 4539a764245..16bf16a8bc0 100644 --- a/cirq-core/cirq/sim/simulator_base_test.py +++ b/cirq-core/cirq/sim/simulator_base_test.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. import math -from typing import List, Dict, Any, Sequence, Tuple, Union +from typing import Any, Dict, List, Sequence, Union import numpy as np import pytest diff --git a/cirq-google/cirq_google/engine/engine_sampler.py b/cirq-google/cirq_google/engine/engine_sampler.py index 6ec32acb8f8..beb0a329790 100644 --- a/cirq-google/cirq_google/engine/engine_sampler.py +++ b/cirq-google/cirq_google/engine/engine_sampler.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from typing import List, TYPE_CHECKING, Union, Optional, cast, Sequence, Tuple +from typing import cast, List, Optional, Sequence, TYPE_CHECKING, Union import cirq from cirq_google import engine