Revert r57685 (weird merge result).
This commit is contained in:
parent
ba1fffac86
commit
95fb569f46
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue