Revert r57685 (weird merge result).

This commit is contained in:
Collin Winter 2007-08-29 23:41:34 +00:00
parent ba1fffac86
commit 95fb569f46
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ class Formatter:
# format the object and append to the result # format the object and append to the result
result.append(self.format_field(obj, format_spec)) result.append(self.format_field(obj, format_spec))
self.check_unused_args(used_args, args, kwargs)
self.check_unused_args(used_args, args, kwargs) self.check_unused_args(used_args, args, kwargs)
return ''.join(result) return ''.join(result)