Remove some no longer needed type-ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import List
|
||||
from unittest import IsolatedAsyncioTestCase # type: ignore
|
||||
from unittest import IsolatedAsyncioTestCase
|
||||
|
||||
|
||||
teardowns: List[None] = []
|
||||
|
||||
Reference in New Issue
Block a user