Thanks to visit codestin.com Credit goes to github.com
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 ba1fffa commit 95fb569Copy full SHA for 95fb569
1 file changed
Lib/string.py
@@ -231,7 +231,6 @@ def vformat(self, format_string, args, kwargs):
231
# format the object and append to the result
232
result.append(self.format_field(obj, format_spec))
233
234
- self.check_unused_args(used_args, args, kwargs)
235
self.check_unused_args(used_args, args, kwargs)
236
return ''.join(result)
237
0 commit comments