Skip to content

Commit

Permalink
Minor change of indents (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Mar 6, 2024
1 parent 2075e4a commit 0893040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/url_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 0893040

Please sign in to comment.