[roll] Roll infra/recipes [cleanup_deps] Don't process TYPE_CHECKING imports

Don't process imports guarded by 'if typing.TYPE_CHECKING'. This
conditional is always False at runtime so these imports aren't used
except during static analysis.

https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1044794
Original-Revision: 5f989402a5684fbd096126f15b0e8baa649403ef
GitOrigin-RevId: 61c61823de41a6929704c97dc9c26ac62deb565e
Change-Id: Ief37eff0f0afafe2cce19b060dbb442807cba5f0
1 file changed
tree: ad7225a3a340574055fa22084e7685eae46aaca8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.