Skip to content

Commit

Permalink
Fixed flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Apr 20, 2015
1 parent f5b0923 commit a440a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/talk_back.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

class TalkBackPlugin(WillPlugin):

QUOTES_URL = "https://underquoted.herokuapp.com/api/v2/quotations/?random=true&limit=1"
QUOTES_URL = ("https://underquoted.herokuapp.com/api/v2/quotations/"
"?random=true&limit=1")

def get_quote(self):
quote = None
Expand Down

0 comments on commit a440a26

Please sign in to comment.