mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
small reformat
This commit is contained in:
parent
3bc3e98ed1
commit
62394c4a82
@ -342,7 +342,10 @@ class APICallMixin:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def api_headers(self):
|
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):
|
def api_build_url_args(self, arguments):
|
||||||
groups = []
|
groups = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user