Lint - whitespace error fixed
This commit is contained in:
parent
5e33eee5c8
commit
9a38052868
|
@ -156,7 +156,7 @@ class SourcesList(AuthenticatedResource):
|
|||
:reqheader Authorization: OAuth token to authenticate
|
||||
:statuscode 200: no error
|
||||
"""
|
||||
if "plugin_options" in data["plugin"]:
|
||||
if "plugin_options" in data["plugin"]:
|
||||
return service.create(
|
||||
data["label"],
|
||||
data["plugin"]["slug"],
|
||||
|
|
Loading…
Reference in New Issue