Fix flake8

This commit is contained in:
Florian Bruhin 2025-04-08 14:36:34 +02:00
parent 3280c8dacc
commit d9d8701696
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class TestSavefileOpen:
assert data == b'foo\nbar\nbaz'
if test_file is not None:
if test_file is not None: # noqa: C901
# If we were able to import Python's test_file module, we run some code
# here which defines unittest TestCases to run the python tests over
# PyQIODevice.