summaryrefslogtreecommitdiffstats
path: root/Lib/string.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/string.py')
-rw-r--r--Lib/string.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py
index a061558..de364de 100644
--- a/Lib/string.py
+++ b/Lib/string.py
@@ -232,7 +232,6 @@ class Formatter:
result.append(self.format_field(obj, format_spec))
self.check_unused_args(used_args, args, kwargs)
- self.check_unused_args(used_args, args, kwargs)
return ''.join(result)