-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor Python 2 to Python 3 changes (#387)
* Remove redundant default * Use set/dict comprehension instead of constructing lists * UTF-8 is the default as of Python 3 * Remove redundant parenthesis * Construct set directly instead of converting lists * Use f-strings * `black`
- Loading branch information
Showing
29 changed files
with
144 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.