Skip to content

Commit 8a31546

Browse files
committed
Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d8c5454 commit 8a31546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ def test_cli_with_insecure_option():
348348
@pytest.mark.skipif(
349349
sys.version_info[:2] >= (3, 12),
350350
reason="Skipping test for Python 3.12+ because of "
351-
"https://github.com/aboutcode-org/python-inspector/issues/212"
352-
"to avoid error AttributeError: module 'configparser' has no attribute "
353-
"'SafeConfigParser'. Did you mean: 'RawConfigParser'?",
351+
"https://github.com/aboutcode-org/python-inspector/issues/212"
352+
"to avoid error AttributeError: module 'configparser' has no attribute "
353+
"'SafeConfigParser'. Did you mean: 'RawConfigParser'?",
354354
)
355355
@pytest.mark.online
356356
def test_cli_with_insecure_option_testpkh():

0 commit comments

Comments
 (0)