From 032e211af1315759974fd5b2c4670521480185e2 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Fri, 15 Apr 2022 23:41:17 +0200 Subject: [PATCH] pycodestyle --- multischleuder/test/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multischleuder/test/test_config.py b/multischleuder/test/test_config.py index 0672d88..60c1fe9 100644 --- a/multischleuder/test/test_config.py +++ b/multischleuder/test/test_config.py @@ -6,7 +6,7 @@ from multischleuder.main import parse_config, parse_list_config from multischleuder.test.test_api import _KEY_RESPONSE, _LIST_RESPONSE, _SUBSCRIBER_RESPONSE -_MINIMAL = ''' +_MINIMAL = ''' api: url: https://localhost:4443 token: securetoken @@ -17,7 +17,7 @@ conflict: ''' -_CONFIG = '''--- +_CONFIG = '''--- api: url: https://localhost:4443