remove _typing.py

This commit is contained in:
Will McGugan
2023-02-07 10:46:28 +00:00
parent bcf382d2ff
commit 5930ebf82e
32 changed files with 68 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
from contextlib import nullcontext as does_not_raise
from typing import Any
from typing_extensions import Any
import pytest