Files
pytest2/testing
Anthony Sottile a238d1f37d py36+: remove TYPE_CHECKING from _pytest.compat
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'
```
2020-10-02 15:03:24 -07:00
..
2020-08-03 10:10:43 +03:00
2020-08-19 08:14:28 -03:00
2020-07-21 21:21:09 +03:00
2020-08-04 09:59:46 +03:00