gh-102033: Fix syntax error in Tools/c-analyzer (GH-102066)

The easiest way to format strings with `{}` meaningful chars is via `%`.
This commit is contained in:
Nikita Sobolev 2023-03-22 17:59:32 +03:00 committed by GitHub
parent 7559f5fda9
commit 1ca315538f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 3 additions and 335 deletions

View file

@ -1,7 +1,3 @@
_NOT_SET = object()
def peek_and_iter(items):
if not items:
return None, None