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
|
:reqheader Authorization: OAuth token to authenticate
|
||||||
:statuscode 200: no error
|
:statuscode 200: no error
|
||||||
"""
|
"""
|
||||||
if "plugin_options" in data["plugin"]:
|
if "plugin_options" in data["plugin"]:
|
||||||
return service.create(
|
return service.create(
|
||||||
data["label"],
|
data["label"],
|
||||||
data["plugin"]["slug"],
|
data["plugin"]["slug"],
|
||||||
|
|
Loading…
Reference in New Issue