typing: add a bunch of type ignores

because this is too smart for mypy and I do not want to rewrite those
things right now.
This commit is contained in:
mathieui
2021-07-05 22:25:38 +02:00
parent fe1a325aa7
commit f2d7e86fc7
6 changed files with 9 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ except ImportError:
# Python < 3.8
# just to make sure the imports do not break, but
# not usable.
from unittest import TestCase as IsolatedAsyncioTestCase
from unittest import TestCase as IsolatedAsyncioTestCase # type: ignore
from typing import (
Dict,
List,