Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use byte literals instead of .encode()
This is a suggestion from pyupgrade: https://github.com/asottile/pyupgrade#encode-to-bytes-literals Fixed by running `ruff --select UP012 --fix .`: UP012 [*] Unnecessary call to `encode` as UTF-8
- Loading branch information