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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user