Compare commits
2 commits
df66079060
...
b1f325432c
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | b1f325432c | ||
Bruno BELANYI | 5f332cc4fa |
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
# Mypy has issues with assigning Callable to fields of objects
|
||||||
|
# See https://github.com/python/mypy/issues/708
|
||||||
|
# type: ignore
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import sys
|
import sys
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
Loading…
Reference in a new issue