2019: d07: ex1: quieten Mypy
This commit is contained in:
parent
df66079060
commit
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