From 87fe5e58c2013b4b1949836c142993464b153237 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 2 May 2023 13:39:00 +0200 Subject: [doc] Apply black on the documentation where it makes sense (#8650) Co-authored-by: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com> --- doc/data/messages/f/forgotten-debug-statement/good.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/data/messages/f/forgotten-debug-statement/good.py') diff --git a/doc/data/messages/f/forgotten-debug-statement/good.py b/doc/data/messages/f/forgotten-debug-statement/good.py index 21132cb47..7896ff50e 100644 --- a/doc/data/messages/f/forgotten-debug-statement/good.py +++ b/doc/data/messages/f/forgotten-debug-statement/good.py @@ -4,5 +4,10 @@ def find_the_treasure(clues): return True return False -treasure_hunt = ["Dead Man's Chest", "X marks the spot", "The treasure is buried near the palm tree"] + +treasure_hunt = [ + "Dead Man's Chest", + "X marks the spot", + "The treasure is buried near the palm tree", +] find_the_treasure(treasure_hunt) -- cgit v1.2.1