Lint - whitespace error fixed

This commit is contained in:
sirferl 2020-12-08 11:03:08 +01:00
parent 5e33eee5c8
commit 9a38052868
1 changed files with 1 additions and 1 deletions

View File

@ -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"],