Change "unicode" to "str" throughout the worker codebase.

Review Request #13709 — Created April 5, 2024 and submitted — Latest diff uploaded

Information

ReviewBot
release-4.x

Reviewers

This changes all our doc comments for types from the old python 2
"unicode" to the python 3 "str".

Ran unit tests.

bot/reviewbot/__init__.py
bot/reviewbot/celery.py
bot/reviewbot/config.py
bot/reviewbot/deprecation.py
bot/reviewbot/errors.py
bot/reviewbot/repositories.py
bot/reviewbot/tasks.py
bot/reviewbot/processing/review.py
bot/reviewbot/testing/testcases.py
bot/reviewbot/testing/utils.py
bot/reviewbot/tests/test_config.py
bot/reviewbot/tests/test_tasks.py
bot/reviewbot/tools/cargotool.py
bot/reviewbot/tools/checkstyle.py
bot/reviewbot/tools/clang.py
bot/reviewbot/tools/cppcheck.py
bot/reviewbot/tools/cpplint.py
bot/reviewbot/tools/doc8.py
bot/reviewbot/tools/fbinfer.py
bot/reviewbot/tools/flake8.py
This diff has been split across 3 pages: 1 2 3 >
Loading...