Unused import

This commit is contained in:
Adam J. Stewart 2023-05-13 21:17:55 -05:00
parent a2f2440975
commit 93f0865b3a
No known key found for this signature in database
GPG Key ID: C66C0675661156FC
1 changed files with 0 additions and 1 deletions

View File

@ -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.
"""
import contextlib
import sys
from typing import Optional
from typing_extensions import assert_type