-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed fstring issue from mixing quotes and reformatted files from fstring PR with black #1842
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
Before a pull request is accepted, it must meet the following criteria:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Codecov Report
@@ Coverage Diff @@
## master #1842 +/- ##
=======================================
Coverage 57.65% 57.65%
=======================================
Files 66 66
Lines 6809 6809
=======================================
Hits 3926 3926
Misses 2883 2883 Continue to review full report at Codecov.
|
…ring PR with black (tardis-sn#1842) * Fixed fstring issue from mixing quotes * Fixed formatting with black * updated with newer black version
Fixed a bug in the docs build caused by a bad fstring in the widgets file. Also reformatted the files from the f-string PR with black as the PR broke the style.
Motivation and context
Docs coverage was failing
How has this been tested?
Type of change
Checklist