Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Fix PEP 8: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed Feb 15, 2020
1 parent 74d9a8d commit 9fbfa97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slacker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ def delete(self, channel, ts, as_user=False):
})

def post_ephemeral(self, channel, text, user, as_user=None,
attachments=None, link_names=None, parse=None, blocks=None):
attachments=None, link_names=None, parse=None,
blocks=None):
# Ensure attachments are json encoded
if attachments is not None and isinstance(attachments, list):
attachments = json.dumps(attachments)
Expand Down

0 comments on commit 9fbfa97

Please sign in to comment.