Remove unicode_literals from pydiffx.
Review Request #12561 — Created Aug. 20, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
chipx86 | |
DiffX | |
master | |
Reviewers | |
diffx | |
This removes all
unicode_literals
imports from pydiffx. They're no
longer needed now that we're fully on Python 3.
All unit tests pass.