Fix pep8 error

This commit is contained in:
Travis Golliher
2017-05-31 21:59:48 -07:00
parent 334493d81e
commit c612a228b6

View File

@@ -749,8 +749,8 @@ class TwitterNotifier(object):
token.set_verifier(key)
logger.info(
'Generating and signing request for an access token using key '
+ key)
'Generating and signing request for an access token using key ' +
key)
oauth_consumer = oauth.Consumer(key=self.consumer_key,
secret=self.consumer_secret)