mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
PEP fix
This commit is contained in:
parent
4fa23cbe4d
commit
43b1d25016
@ -165,7 +165,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
API_URL_SETTING = 'API_URL'
|
API_URL_SETTING = 'API_URL'
|
||||||
API_TOKEN_SETTING = 'API_TOKEN'
|
API_TOKEN_SETTING = 'API_TOKEN'
|
||||||
|
|
||||||
def get_external_url(self, simple:bool = True):
|
def get_external_url(self, simple: bool = True):
|
||||||
'''
|
'''
|
||||||
returns data from the sample endpoint
|
returns data from the sample endpoint
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user