diff options
Diffstat (limited to 'sources/pyside6/tests/registry/existence_test.py')
| -rw-r--r-- | sources/pyside6/tests/registry/existence_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/registry/existence_test.py b/sources/pyside6/tests/registry/existence_test.py index 2ad4c5b1b..a402dca2b 100644 --- a/sources/pyside6/tests/registry/existence_test.py +++ b/sources/pyside6/tests/registry/existence_test.py @@ -92,7 +92,7 @@ class TestUnrecognizedOffending(unittest.TestCase): """ def test_signatures_recognized(self): with isolate_warnings(): - found_sigs = enum_all() + found_sigs = enum_all() # noqa: F841 if check_warnings(): raise RuntimeError("There are errors, see above.") |
