Skip to content

Conversation

@alimaredia
Copy link
Contributor

If notebooks are run up to Python 3.11 they will fail due to quote-related limitation of f-strings.

This commit fixes those errors by changing the double quotes in dictionaries within F-strings to single quotes.

See: https://realpython.com/python-f-strings/#using-quotation-marks

If notebooks are run up to Python 3.11 they
will fail due to quote-related limitation of f-strings.

This commit fixes those errors by changing the
double quotes in dictionaries within F-strings to
single quotes.

Signed-off-by: Ali Maredia <[email protected]>
@fabianofranz fabianofranz merged commit d16f33f into instructlab:main Aug 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants