Unused import
This commit is contained in:
parent
a2f2440975
commit
93f0865b3a
|
@ -4,7 +4,6 @@ This file is not executed, it is only checked by mypy to ensure that
|
||||||
none of the code triggers any mypy errors.
|
none of the code triggers any mypy errors.
|
||||||
"""
|
"""
|
||||||
import contextlib
|
import contextlib
|
||||||
import sys
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from typing_extensions import assert_type
|
from typing_extensions import assert_type
|
||||||
|
|
Loading…
Reference in New Issue