Skip to content

Commit c54cbb3

Browse files
committedDec 21, 2023
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3b56c5 commit c54cbb3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎tcms_api/plugin_helpers.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,11 @@ def test_case_get_or_create(self, summary):
519519
)
520520

521521
if not test_case:
522-
print("*** DEBUG: going to create a TestCase", len(summary), f"summary=+{summary}+")
522+
print(
523+
"*** DEBUG: going to create a TestCase",
524+
len(summary),
525+
f"summary=+{summary}+",
526+
)
523527
test_case = [
524528
self.rpc.TestCase.create(
525529
{

0 commit comments

Comments
 (0)