]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103805: Lib test f541 linting issue fix (#103812)
authorRodolfo M. Pereira <rodolfomp123@gmail.com>
Mon, 24 Apr 2023 23:24:49 +0000 (17:24 -0600)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 23:24:49 +0000 (23:24 +0000)
commit8291ae31ddc2f935b8ec60f3d5f3825f78ccf244
treec20f450d55fbf588908da9e7048281a186709be1
parentdf3173d28ef25a0f97d2cca8cf4e64e062a08d06
GH-103805: Lib test f541 linting issue fix (#103812)

This PR makes some minor linting adjustments to the Lib/test module
caught by [ruff](https://github.com/charliermarsh/ruff). The adjustments
are all related to the `F541 f-string without any placeholders` issue.

Issue: https://github.com/python/cpython/issues/103805

<!-- gh-issue-number: gh-103805 -->
* Issue: gh-103805
<!-- /gh-issue-number -->

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
14 files changed:
Lib/test/test__xxinterpchannels.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_capi/test_misc.py
Lib/test/test_code.py
Lib/test/test_collections.py
Lib/test/test_coroutines.py
Lib/test/test_dataclasses.py
Lib/test/test_embed.py
Lib/test/test_import/__init__.py
Lib/test/test_launcher.py
Lib/test/test_peepholer.py
Lib/test/test_sqlite3/test_regression.py
Lib/test/test_sqlite3/test_userfunctions.py
Lib/test/test_traceback.py