]> git.cworth.org Git - turbot/blobdiff - turbot/views.py
Fix several problems pointed out by flake8
[turbot] / turbot / views.py
index c7c8ac71271ad1323e6fb48e5caf19e0c79c9bbd..ae897cce8f0740fd88d4f4c215061ab8796edf1e 100644 (file)
@@ -39,7 +39,8 @@ def home(user_id, body):
     return {
         "type": "home",
         "blocks": [
-            section(text("This is (or soon will be) a list of available puzzle hunts)")),
+            section(text("This is (or soon will be) a list of "
+                         + "available puzzle hunts)")),
             actions(button("New hunt", "new_hunt"))
         ]
     }