]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
hunt_link_block: Remove inadvertent trailing comma
[turbot] / turbot / events.py
index 200ab8f117aee4190707b232e3046d2b360380af..ffe13d82d246763253a32866a6f32a5d96482b8c 100644 (file)
@@ -120,7 +120,7 @@ def hunt_link_block(turb, hunt):
 
     hunt_link = "*<{}|{}>*".format(channel_url(channel_id), name)
 
-    return section_block(text_block(hunt_link)),
+    return section_block(text_block(hunt_link))
 
 def home(turb, user_id):
     """Returns a view to be published as the turbot home tab for user_id