From 3b6ea6a2bcc114c32320294106f47ad6ecfd6b14 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sun, 26 Feb 2023 20:51:41 -0800 Subject: Fix static analysis warning --- tests/test_unicode_numbers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, ) -- cgit v1.2.1