Kaydet (Commit) e0281cab authored tarafından Collin Winter's avatar Collin Winter

--no commit message

--no commit message
üst 98e0d4c6
...@@ -231,6 +231,7 @@ class Formatter: ...@@ -231,6 +231,7 @@ 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment