Skip to content

Commit c340eac

Browse files
committed
Fix lint
1 parent dd45a11 commit c340eac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cirq-core/cirq/testing/consistent_controlled_gate_op.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import Any, Sequence, Optional, Union, Collection
15+
from typing import Sequence, Optional, Union, Collection
1616

1717
from cirq import protocols, devices, ops
18-
import sympy
1918

2019

2120
def assert_controlled_and_controlled_by_identical(

0 commit comments

Comments
 (0)