2019: d07: ex1: quieten Mypy

This commit is contained in:
Bruno BELANYI 2021-12-13 18:03:24 +01:00
parent 0532cbeac3
commit 39c5d2e59a

View file

@ -1,5 +1,9 @@
#!/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 sys
from copy import deepcopy