From 43b1d250161800e20a0986b2fc996ab547403a37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 03:06:35 +0200 Subject: [PATCH] PEP fix --- InvenTree/plugin/base/integration/test_mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/base/integration/test_mixins.py b/InvenTree/plugin/base/integration/test_mixins.py index e92cca1f5f..c9d32f8abb 100644 --- a/InvenTree/plugin/base/integration/test_mixins.py +++ b/InvenTree/plugin/base/integration/test_mixins.py @@ -165,7 +165,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase): API_URL_SETTING = 'API_URL' 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 '''