small reformat

This commit is contained in:
Matthias 2022-01-08 21:54:42 +01:00
parent 3bc3e98ed1
commit 62394c4a82
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -342,7 +342,10 @@ class APICallMixin:
@property
def api_headers(self):
return {self.API_TOKEN: self.get_globalsetting(self.API_PASSWORD_SETTING), 'Content-Type': 'application/json'}
return {
self.API_TOKEN: self.get_globalsetting(self.API_PASSWORD_SETTING),
'Content-Type': 'application/json'
}
def api_build_url_args(self, arguments):
groups = []