Modernize imports for the Review Bot worker.
Review Request #13706 — Created April 5, 2024 and submitted — Latest diff uploaded
This change swaps out all our old unicode_literals imports for
annotations, removes some unused imports, and removes various Python 2
fallbacks.
Ran unit tests.