[roll] Roll external/github.com/catapult-project/catapult [telemetry] python3 conversion:unicode_type

Convert telemetry to Python 3 style applying fixers on telemetry/:
  python -m modernize -w -f unicode_type .

The text type is handed already on mock.py and util.py, and this CL did not touch those files.

This is one of the CLs converting Telemetry to be compatible for Python3. The conversion utilizes the modernize module: https://pypi.org/project/modernize/

Original-Bug: chromium:1198408
Original-Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2844610
Original-Revision: 07eedf5245b7c812957f93056ef6dbc643c01f6d
GitOrigin-RevId: 07074ddf5ad24c78bab565e67afd28d1dcd77443
Change-Id: I50a8e9605f27ac50d8d352b89d6474e8f84c7215
1 file changed
tree: 27e15ca64623e480bf337157fdd7c158106e2b8e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.