You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed use of six
- Removed __future__ imports
- Removed coding cookie comment (Python 3 defaults to utf-8)
- Removed some force_text() calls where the value is known to be str
- Replaced deprecated ugettext with gettext
- Removed object as parent class
- Simplified use of super()
- Updated setup.cfg file to reflect that without Python 2 support, the
wheel is no longer "universal"
- Updated trove classifiers
- Consistently import ngettext as __ throughout the project
- Run pyupgrade on the project
0 commit comments