Skip to content

Commit dc48a21

Browse files
committed
Address lint checks.
1 parent 3f6a337 commit dc48a21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ cc_library(
547547
":circuit",
548548
":gate",
549549
":gate_appl",
550-
":util",
551550
":operation_base",
551+
":util",
552552
],
553553
)
554554

qsimcirq/qsim_circuit.py

Lines changed: 1 addition & 1 deletion
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

15-
from typing import Dict, List, Sequence, Tuple, Union
15+
from typing import Dict, List, Sequence, Tuple
1616

1717
import cirq
1818
import numpy as np

0 commit comments

Comments
 (0)