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