We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30665c0 commit 8b94be8Copy full SHA for 8b94be8
mypy/checkstrformat.py
@@ -337,7 +337,6 @@ def check_specs_in_format_call(
337
338
The core logic for format checking is implemented in this method.
339
"""
340
- print("in format call")
341
assert all(s.key for s in specs), "Keys must be auto-generated first!"
342
replacements = self.find_replacements_in_call(call, [cast(str, s.key) for s in specs])
343
assert len(replacements) == len(specs)
0 commit comments