From 08930404525e632451f2546217254d23a06ba6a0 Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Wed, 6 Mar 2024 23:18:56 +0800 Subject: [PATCH] Minor change of indents (#1341) --- straxen/url_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/straxen/url_config.py b/straxen/url_config.py index 8cd42dba9..bc51d3521 100644 --- a/straxen/url_config.py +++ b/straxen/url_config.py @@ -742,7 +742,7 @@ def alphabetize_url_kwargs(url: str): if url != URLConfig.format_url_kwargs(url) and WARN: warnings.warn( "From straxen version 2.1.0 onward, URLConfig parameters" - "will be sorted alphabetically before being passed to the plugins," + " will be sorted alphabetically before being passed to the plugins," " this will change the lineage hash for non-sorted URLs. To load" " data processed with non-sorted URLs, you will need to use an" " older version."