mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
small reformat
This commit is contained in:
parent
3bc3e98ed1
commit
62394c4a82
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user