2019: d07: ex1: quieten Mypy

This commit is contained in:
Bruno BELANYI 2021-12-13 18:03:24 +01:00
parent df66079060
commit 5f332cc4fa
1 changed files with 4 additions and 0 deletions

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