summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:51:41 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:51:41 -0800
commit3b6ea6a2bcc114c32320294106f47ad6ecfd6b14 (patch)
treeb202ef8b88b450517c6103048fe3d815614d37d0
parent68355f34d5a8ce6dbbafa49085990a0007e8c301 (diff)
downloadnatsort-3b6ea6a2bcc114c32320294106f47ad6ecfd6b14.tar.gz
Fix static analysis warning
-rw-r--r--tests/test_unicode_numbers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_unicode_numbers.py b/tests/test_unicode_numbers.py
index bd5a7fb..be867ee 100644
--- a/tests/test_unicode_numbers.py
+++ b/tests/test_unicode_numbers.py
@@ -69,7 +69,8 @@ This can be addressed by running dev/generate_new_unicode_numbers.py with the cu
version of Python.
It would be much appreciated if you would submit a Pull Request to the natsort
repository (https://github.com/SethMMorton/natsort) with the resulting change.
-"""
+""",
+ stacklevel=2,
)