2019: d07: ex1: quieten Mypy
This commit is contained in:
parent
0532cbeac3
commit
39c5d2e59a
|
@ -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