box / box-python-sdk

Box SDK for Python
http://opensource.box.com/box-python-sdk/
Apache License 2.0
419 stars 215 forks source link

Drop 'coding = utf-8' comments #694

Closed adamchainz closed 2 years ago

adamchainz commented 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.

arjankowski commented 2 years ago

Thank @adamchainz for this issue!

We added this to our internal jira with number SDK-2003 and will plan to address this soon.