Closed adamchainz closed 2 years ago
You can tidy up your code a bit by dropping these comments as they're only needed on Python 2. Python 3 reads files as utf-8 by default. pyupgrade can drop these comments for you, and update syntax in other ways too.
Thank @adamchainz for this issue!
We added this to our internal jira with number SDK-2003 and will plan to address this soon.
You can tidy up your code a bit by dropping these comments as they're only needed on Python 2. Python 3 reads files as utf-8 by default. pyupgrade can drop these comments for you, and update syntax in other ways too.