-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use native types and f-string (#2459)
* refactor: use native types and f-string Signed-off-by: Jack Cherng <[email protected]> * refactor: remove unused import Signed-off-by: Jack Cherng <[email protected]> * fix: make flake8 happier Signed-off-by: Jack Cherng <[email protected]> * refactor: naive __all__ for boot.py Signed-off-by: Jack Cherng <[email protected]> * Update boot.py Co-authored-by: deathaxe <[email protected]> * chore: remove unused imports Signed-off-by: Jack Cherng <[email protected]> * revert: rollback to str.format for long lines (>120 chars) Signed-off-by: Jack Cherng <[email protected]> * revert: rollback intentional code alignment Signed-off-by: Jack Cherng <[email protected]> --------- Signed-off-by: Jack Cherng <[email protected]> Co-authored-by: deathaxe <[email protected]>
- Loading branch information
Showing
69 changed files
with
1,386 additions
and
1,343 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.