Skip to content

Commit 40aea83

Browse files
committed
type ignore pytest
1 parent c5263bf commit 40aea83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_cycler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from operator import add, iadd, mul, imul
33
from itertools import product, cycle, chain
44

5-
import pytest
5+
import pytest # type: ignore
66

77
from cycler import cycler, Cycler, concat
88

0 commit comments

Comments
 (0)