[roll] Roll fuchsia [trace_processing] Add Typing to trace_importing

Fuchsia now enables mypy for python libraries and binaries.
This incrementally migrates over trace_importing to use typing

Bug fix: obj.isNaN isn't a thing in python. Swapped to math.isnan instead.

Original-Bug: 328517888

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1003121
Original-Revision: 1d0daa27bb6cf1f16e12023b2f235a874549e78e
GitOrigin-RevId: 8c78c170425f4a20c837da0e301b5975316e414e
Change-Id: If5d89c0674923aa6846290a3c6ab7016d56a5269
1 file changed
tree: af7b543b241c84bf9e5fe1b7032b4adbd9572ac7
  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.