From 8fc0952f04c0ab84f6c618c1a9154eb1e33bc010 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 6 Jan 2021 08:54:56 -0800 Subject: [PATCH] Fix indentation To keep the flake8 check passing. --- turbot/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbot/interaction.py b/turbot/interaction.py index b50a658..b81541c 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -600,7 +600,7 @@ def solved(turb, body, args): # And rename the sheet to suffix with "-SOLVED" turbot.sheets.renameSheet(turb, puzzle['sheet_url'], - puzzle['name'] + "-SOLVED") + puzzle['name'] + "-SOLVED") # Finally, rename the Slack channel to add the suffix '-solved' channel_name = "{}-{}-solved".format( -- 2.43.0