© 2026 Forbes Media LLC. All Rights Reserved.
/// Checks for unnecessary calls to `encode` as UTF-8. /// ## Why is this bad? /// UTF-8 is the default encoding in Python, so there is no need to call /// `encode` when UTF-8 is the desired encoding.