summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/unused-format-string-key/bad.py
blob: 7a326da2809bdcbd0d972f392fd7d27af6794867 (plain)
1
2
3
4
5
"The quick %(color)s fox jumps over the lazy dog." % {
    "color": "brown",
    "action": "hops",
}
# -4: [unused-format-string-key]