Pylint fixes
This commit is contained in:
parent
b46e36771c
commit
b0bc43b6d4
2 changed files with 31 additions and 29 deletions
|
@ -13,6 +13,7 @@ except ImportError:
|
|||
import StringIO as io # Python2
|
||||
|
||||
class Auth(object):
|
||||
"""OAuth secrets"""
|
||||
def __init__(self, config_file, host,
|
||||
consumer_key, consumer_secret,
|
||||
token, token_secret):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue