Remove some no longer needed type-ignores

This commit is contained in:
Ran Benita
2021-01-29 20:40:43 +02:00
parent 07f0eb26b4
commit afea190797
7 changed files with 10 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
from typing import List
from unittest import IsolatedAsyncioTestCase # type: ignore
from unittest import IsolatedAsyncioTestCase
teardowns: List[None] = []