automated with: ```bash git grep -l 'from .* import TYPE_CHECKING' | xargs reorder-python-imports \ --application-directories .:src \ --remove-import 'from _pytest.compat import TYPE_CHECKING' \ --add-import 'from typing import TYPE_CHECKING' ``` |
||
---|---|---|
.. | ||
test_code.py | ||
test_excinfo.py | ||
test_source.py |