Skip to content

Commit 46c5d79

Browse files
committed
Clean up unused Any import
1 parent 24cf7e1 commit 46c5d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recirq/contextuality/magic_square_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"""
2828

2929
import dataclasses
30-
from typing import Any, Literal
30+
from typing import Literal
3131

3232
import cirq
3333
import numpy as np

0 commit comments

Comments
 (0)