Skip to content

Commit de6a8a2

Browse files
authored
Fix spurious failure of the check/all script (quantumlib#6611)
- Avoid passing an empty string argument to `check/format-incremental` when invoked from `check/all` - Improve validation of the git-revision argument in check scripts by allowing git tags that resolve to a commit - Fix invalid use of `?` in egrep pattern - Make check/mypy pass in the dev.env.txt virtual environment
1 parent 3a0b221 commit de6a8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq/contrib/svg/svg_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wrong-or-nonexistent-copyright-notice
2-
import IPython.display # type: ignore
2+
import IPython.display
33
import numpy as np
44
import pytest
55

0 commit comments

Comments
 (0)