We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5263bf commit 40aea83Copy full SHA for 40aea83
1 file changed
test_cycler.py
@@ -2,7 +2,7 @@
2
from operator import add, iadd, mul, imul
3
from itertools import product, cycle, chain
4
5
-import pytest
+import pytest # type: ignore
6
7
from cycler import cycler, Cycler, concat
8
0 commit comments