aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_unfurl.py
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2015-08-29 17:28:07 +0200
committerTollef Fog Heen <tfheen@err.no>2015-08-29 17:28:07 +0200
commitaab61ab4a030f29ad6f825a8d980fddcfe43e16c (patch)
tree9ff0dc1e1d45162db7c90603aa477c34edde77bd /_pytest/test_unfurl.py
parent5becd85b48ee366fb392dade8fd7c46569b0a24c (diff)
downloadwee-slack-aab61ab4a030f29ad6f825a8d980fddcfe43e16c.tar.gz
Whitespace fixups
Diffstat (limited to '_pytest/test_unfurl.py')
-rw-r--r--_pytest/test_unfurl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py
index ed4680e..8c7f96e 100644
--- a/_pytest/test_unfurl.py
+++ b/_pytest/test_unfurl.py
@@ -37,5 +37,3 @@ def test_unfurl_refs(myservers, mychannels, myusers):
assert slack.unfurl_refs(k["input"], ignore_alt_text=k["ignore_alt_text"]) == k["output"]
else:
assert slack.unfurl_refs(k["input"]) == k["output"]
-
-