Skip to content

Commit 95fb569

Browse files
committed
Revert r57685 (weird merge result).
1 parent ba1fffa commit 95fb569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/string.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def vformat(self, format_string, args, kwargs):
231231
# format the object and append to the result
232232
result.append(self.format_field(obj, format_spec))
233233

234-
self.check_unused_args(used_args, args, kwargs)
235234
self.check_unused_args(used_args, args, kwargs)
236235
return ''.join(result)
237236

0 commit comments

Comments
 (0)