We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c1e40 commit 660660eCopy full SHA for 660660e
Lib/test/test_codecs.py
@@ -3114,7 +3114,7 @@ def test_alias_modules_exist(self):
3114
for value in encodings.aliases.aliases.values():
3115
codec_mod = f"encodings.{value}"
3116
self.assertIsNotNone(importlib.util.find_spec(codec_mod),
3117
- "Codec module not found: " + codec_mod)
+ f"Codec module not found: {codec_mod}")
3118
3119
def test_quopri_stateless(self):
3120
# Should encode with quotetabs=True
0 commit comments